Skip to content

Commit

Permalink
more linter
Browse files Browse the repository at this point in the history
  • Loading branch information
leoRysing committed Apr 17, 2024
1 parent 941572f commit a70e59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/PopularLeaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ const PopularLeaderboard: React.FC<PopularProps> = ({leaderboard}: PopularProps)
</ScrollView>
)
}
const Separator = () => <View style={{ height: 15 }} />;
//const Separator = () => <View style={{ height: 15 }} />;

export default PopularLeaderboard;
2 changes: 1 addition & 1 deletion frontend/components/PopularTrendingBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ const PopularTrendingBoard: React.FC<TrendingProps> = ({trendingboard}: Trending
</ScrollView>
)
}
const Separator = () => <View style={{ height: 15 }} />;
//const Separator = () => <View style={{ height: 15 }} />;

export default PopularTrendingBoard;

0 comments on commit a70e59d

Please sign in to comment.