Skip to content

Commit

Permalink
remove extra switch arms
Browse files Browse the repository at this point in the history
  • Loading branch information
J164 committed Feb 1, 2025
1 parent 0639fb0 commit e548ef6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/Home/Olympian/Olympian.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ const Olympian: React.FC = () => {
return { text: "Register Now", link: "/register" };
case "admission":
return { text: "Profile", link: "/profile" };
case "event":
return { text: "", link: "#" };
case "postevent":
return { text: "", link: "#" };
case "loading":
return { text: "Loading", link: "#" };
}
Expand Down

0 comments on commit e548ef6

Please sign in to comment.