Skip to content

Commit

Permalink
Remove: result section
Browse files Browse the repository at this point in the history
  • Loading branch information
kmc7468 committed Oct 13, 2024
1 parent d305bda commit 60ab42b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web/src/pages/Home/EventSection/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import EventSection2023Fall from "./EventSection2023Fall";
import EventSection2023Spring from "./EventSection2023Spring";
import EventSection2024Fall from "./EventSection2024Fall";
import EventSection2024FallResult from "./EventSection2024FallResult";
import EventSection2024Spring from "./EventSection2024Spring";

import { eventMode } from "@/tools/loadenv";
Expand All @@ -17,7 +16,7 @@ const EventSection = () => {
case "2024fall":
return <EventSection2024Fall />;
default:
return <EventSection2024FallResult />;
return null;
}
};

Expand Down

0 comments on commit 60ab42b

Please sign in to comment.