Skip to content

Commit

Permalink
Merge pull request #684 from sparcs-kaist/#680.2-한가위-송편-이벤트-종료
Browse files Browse the repository at this point in the history
#680.2 한가위 송편 이벤트 결과 공지 섹션 제거
  • Loading branch information
14KGun authored Oct 25, 2023
2 parents 9210108 + 33451fa commit 0de1be8
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 0de1be8

Please sign in to comment.