Skip to content

Commit

Permalink
#548-banner: Auto stash before merge of "SP1/#548-banner" and "origin…
Browse files Browse the repository at this point in the history
…/feature/SP1"
  • Loading branch information
gunom committed Dec 11, 2023
1 parent e2e342e commit afb402b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/page/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ const MainPage = () => {
renderHeader={reanderMainPageHeader}
footer={<MainFooter isFooterVisible={isFooterVisible} />}
>
<MainBanner />
{isWelcomeModalOpen && <WelcomeModal setModalOn={setIsWelcomeModalOpen} />}
{/* <MainBanner /> 임시 삭제*/}
<HotCustom isList={false} />
<MainEventBanner setToast={setToast} />
<MainTheme />
Expand Down

0 comments on commit afb402b

Please sign in to comment.