Skip to content

Commit 71ffb6c

Browse files
authored
Merge pull request #2180 from sopt-makers/fix/#2179
fix: 홈 팝업 노출 로직 수정
2 parents 198f31e + 0d3732d commit 71ffb6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/common/HomePopup/HomePopupContainer.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ const HomePopupContainer = () => {
3636
return null;
3737
}
3838

39-
if (!isLastGeneration) {
40-
return null;
41-
}
42-
4339
return (
4440
<>
4541
<HomePopup

0 commit comments

Comments
 (0)