Skip to content

Commit

Permalink
Human: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Oct 8, 2024
1 parent 91f56ea commit a386945
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DEFAULT_DESCRIPTION = `# Leaderboard`;

export const LeaderboardPageContent: React.FC<LeaderboardPageProps> = props => {
const {entity, project} = props;
const [description, setDescription] = useState("");
const [description, setDescription] = useState('');
const {loading, data} = useLeaderboardData(entity, project);

// const setDescription = useCallback((newDescription: string) => {
Expand Down

This file was deleted.

0 comments on commit a386945

Please sign in to comment.