Skip to content

Commit

Permalink
fix: render stats for nerds when opened (#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Nov 11, 2024
1 parent 3a2c16b commit 120af49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const MwebOptions = ({
</Sheet.Root>
<SettingsModal open={openSettingsSheet} onOpenChange={setOpenSettingsSheet} screenType={screenType} />

<StatsForNerds open={openStatsForNerdsSheet} onOpenChange={setOpenStatsForNerdsSheet} />
{openSettingsSheet && <StatsForNerds open={openStatsForNerdsSheet} onOpenChange={setOpenStatsForNerdsSheet} />}

{openModals.has(MODALS.MUTE_ALL) && (
<MuteAllModal onOpenChange={(value: boolean) => updateState(MODALS.MUTE_ALL, value)} isMobile />
Expand Down

0 comments on commit 120af49

Please sign in to comment.