Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/dashboard/LeaderBoard/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "./leaderboard.css";
const GITHUB_ORG = "recodehive";

// Users to exclude from the leaderboard
const EXCLUDED_USERS = ["sanjay-kv", "allcontributors", "allcontributors[bot]","dependabot[bot]"];
const EXCLUDED_USERS = ["sanjay-kv", "allcontributors", "allcontributors[bot]", "dependabot[bot]"];

interface PRDetails {
title: string;
Expand Down Expand Up @@ -482,7 +482,6 @@ export default function LeaderBoard(): JSX.Element {
</h2>
<div className="time-filter-wrapper top-title-filter">
<label htmlFor="time-period-filter" className="filter-label">
Time Period:
</label>
<select
id="time-period-filter"
Expand Down
Loading