Skip to content

Commit 246527b

Browse files
committed
remove styled components
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent c7e5d35 commit 246527b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/renderer/utils/api/__mocks__/response-mocks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export function mockAuthorResponseNode(login: string): AuthorFieldsFragment {
5757
htmlUrl: `https://github.com/${login}` as Link,
5858
avatarUrl: 'https://avatars.githubusercontent.com/u/583231?v=4' as Link,
5959
type: 'User',
60-
__typename: 'User',
6160
} satisfies AuthorFieldsFragment;
6261
}
6362

0 commit comments

Comments
 (0)