Skip to content

Commit

Permalink
Merge branch 'dev' into #685-add-storybook-to-taxi-front
Browse files Browse the repository at this point in the history
  • Loading branch information
predict-woo authored Oct 26, 2023
2 parents b7f8690 + 0de1be8 commit 8192ce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Home/EventSection/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import EventSection2023Fall from "./EventSection2023Fall";
import EventSection2023FallResult from "./EventSection2023FallResult";
import EventSection2023Spring from "./EventSection2023Spring";

import { eventMode } from "tools/loadenv";
Expand All @@ -11,7 +10,7 @@ const EventSection = () => {
case "2023fall":
return <EventSection2023Fall />;
default:
return <EventSection2023FallResult />;
return null;
}
};

Expand Down

0 comments on commit 8192ce6

Please sign in to comment.