Skip to content

Commit 9d9f138

Browse files
authored
Merge pull request #206 from CivicDataLab/fix/mobile-overlay-content-render
fix - on mobile overlay component, the content rendering logic
2 parents 33dc5de + cad70a3 commit 9d9f138

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/[locale]/[state]/analytics/components/analytics-mobile-layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,10 @@ export function AnalyticsMobileLayout({
315315

316316
{/* <OutputWindowComponent /> */}
317317
{region !== null && region.length > 0 && view === 'map' && (
318-
<OutputWindowComponent currentState={currentSelectedState} />
318+
<OutputWindowComponent
319+
currentState={currentSelectedState}
320+
time_period={timePeriodSelected}
321+
/>
319322
)}
320323

321324
<div className="sticky bottom-0 flex h-[86px] w-full flex-row justify-between gap-1 bg-baseIndigoSolid1 p-1">

0 commit comments

Comments
 (0)