Skip to content

Commit

Permalink
Fix: EventSection
Browse files Browse the repository at this point in the history
  • Loading branch information
14KGun committed Feb 13, 2024
1 parent c721056 commit da5dd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/pages/Home/EventSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const EventSection = () => {
return <EventSection2023Spring />;
case "2023fall":
return <EventSection2023Fall />;
case null:
case "2024spring":
return <EventSection2024Spring />;
default:
return null;
Expand Down

0 comments on commit da5dd96

Please sign in to comment.