Skip to content

Commit

Permalink
fix: code splitting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Mar 17, 2024
1 parent 417f44c commit be45a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/HistorySummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const HistorySummaryContainer = ({ isMobile }: SummaryContainerProps) => {
{isMobile && (
<HistorySummary.List>
<Suspense fallback={<></>}>
<HistoryCarouselContainer />
{isSelected && <HistoryCarouselContainer />}
</Suspense>
</HistorySummary.List>
)}
Expand Down

0 comments on commit be45a56

Please sign in to comment.