Skip to content

Commit a7d4225

Browse files
committed
Update Gists
1 parent 6004fe2 commit a7d4225

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/request-components/Gists.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import headers from '../utils/headers';
44

55
export function ReadUsersGists({ username, children }) {
66
const request = (
7-
<Fetch url={`https://api.github.com/users/${username}/gists`} headers={headers} />
7+
<Fetch
8+
url={`https://api.github.com/users/${username}/gists`}
9+
headers={headers}
10+
/>
811
);
912

1013
return (

0 commit comments

Comments
 (0)