Skip to content

Commit

Permalink
fix: main page modal condition
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Jun 7, 2024
1 parent 0ca42e5 commit 55752d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function MainPage() {
</Grid>

<Modal
opened={user === undefined}
opened={!user?.ageRange || !user.gender}
onClose={() => {}}
title="당신에 대해 알고 싶어요!"
>
Expand Down

0 comments on commit 55752d8

Please sign in to comment.