We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6004fe2 commit a7d4225Copy full SHA for a7d4225
src/request-components/Gists.js
@@ -4,7 +4,10 @@ import headers from '../utils/headers';
4
5
export function ReadUsersGists({ username, children }) {
6
const request = (
7
- <Fetch url={`https://api.github.com/users/${username}/gists`} headers={headers} />
+ <Fetch
8
+ url={`https://api.github.com/users/${username}/gists`}
9
+ headers={headers}
10
+ />
11
);
12
13
return (
0 commit comments