Skip to content

Commit

Permalink
Update packages/web/src/components/Admin/JudgingSessionList/JudgingSe…
Browse files Browse the repository at this point in the history
…ssionsOptionsButton/JudgingSessionOptionsButton.tsx
  • Loading branch information
SpencerKaiser authored Dec 12, 2023
1 parent 52af800 commit e448181
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export const JudgingSessionOptionsButton: React.FC = () => {
const tryFetchProjects = async () => {
try {
projects = await fetchProjects();
openSuccessToast({
title: 'Success!',
description: 'Projects successfully fetched.',
});
} catch {
openErrorToast({
title: 'An error occurred.',
Expand Down

0 comments on commit e448181

Please sign in to comment.