Skip to content

Commit a5d3961

Browse files
Adez017Copilot
andauthored
Update src/components/dashboard/LeaderBoard/leaderboard.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 5654470 commit a5d3961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dashboard/LeaderBoard/leaderboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export default function LeaderBoard(): JSX.Element {
162162
: [])
163163
: contributors;
164164

165-
// Filter out excluded users and then apply search filter
166165

167166
const [timePeriod, setTimePeriod] = useState<TimePeriod>("all");
168167
const [isSelectChanged, setIsSelectChanged] = useState(false);

0 commit comments

Comments
 (0)