Skip to content

Commit c2c4a22

Browse files
Remove unnecessary const assertion from useMemoizedLazyIllustrations call
1 parent a019264 commit c2c4a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/FreeTrialSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function FreeTrialSection() {
3939
const theme = useTheme();
4040
const styles = useThemeStyles();
4141
const {shouldUseNarrowLayout} = useResponsiveLayout();
42-
const illustrations = useMemoizedLazyIllustrations(['TreasureChest'] as const);
42+
const illustrations = useMemoizedLazyIllustrations(['TreasureChest']);
4343
const {shouldShowFreeTrialSection, discountType, daysLeft, discountInfo} = useFreeTrial();
4444

4545
if (!shouldShowFreeTrialSection) {

0 commit comments

Comments
 (0)