We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33dc5de + cad70a3 commit 9d9f138Copy full SHA for 9d9f138
app/[locale]/[state]/analytics/components/analytics-mobile-layout.tsx
@@ -315,7 +315,10 @@ export function AnalyticsMobileLayout({
315
316
{/* <OutputWindowComponent /> */}
317
{region !== null && region.length > 0 && view === 'map' && (
318
- <OutputWindowComponent currentState={currentSelectedState} />
+ <OutputWindowComponent
319
+ currentState={currentSelectedState}
320
+ time_period={timePeriodSelected}
321
+ />
322
)}
323
324
<div className="sticky bottom-0 flex h-[86px] w-full flex-row justify-between gap-1 bg-baseIndigoSolid1 p-1">
0 commit comments