Skip to content

Commit 0205911

Browse files
authored
no empty {}
1 parent 2cbe51b commit 0205911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Community.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Card = styled.div`
2828
}
2929
`;
3030

31-
const CommunityButton = styled(StyledButton)<{}>`
31+
const CommunityButton = styled(StyledButton)`
3232
border-radius: 8px;
3333
background-color: transparent;
3434
color: ${({ theme }) => theme.palette.text.primary};
@@ -42,7 +42,7 @@ const CommunityButton = styled(StyledButton)<{}>`
4242
}
4343
`;
4444

45-
const List = styled.div<{}>`
45+
const List = styled.div`
4646
text-align: center;
4747
`;
4848

0 commit comments

Comments
 (0)