We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d0bdff + bc15ef9 commit 6bf37dcCopy full SHA for 6bf37dc
app/[locale]/[state]/analytics/components/analytics-mobile-layout.tsx
@@ -13,6 +13,7 @@ import {
13
formatDate,
14
} from '@/lib/utils';
15
import Icons from '@/components/icons';
16
+import { MediaRendering } from '@/components/media-rendering';
17
import { getLatestDate } from '../utils/utils';
18
import { OutputWindowComponent } from './analytics-layout';
19
import { ChartView } from './chart-view';
@@ -272,10 +273,7 @@ export function AnalyticsMobileLayout({
272
273
274
case 'table':
275
return (
- <div>
276
- <div className="mb-2 mt-16 flex items-start justify-evenly gap-3 p-4 pb-1 pt-0">
277
- <SelectOptions />
278
- </div>
+ <div className="pt-[84px]">
279
<TableComponent
280
data={
281
filteredTableData?.length > 0
0 commit comments