Skip to content

Commit 6bf37dc

Browse files
authored
Merge pull request #219 from CivicDataLab/mobile-table-view-tweaks
remove dropdown option from mobile table component
2 parents 1d0bdff + bc15ef9 commit 6bf37dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
formatDate,
1414
} from '@/lib/utils';
1515
import Icons from '@/components/icons';
16+
import { MediaRendering } from '@/components/media-rendering';
1617
import { getLatestDate } from '../utils/utils';
1718
import { OutputWindowComponent } from './analytics-layout';
1819
import { ChartView } from './chart-view';
@@ -272,10 +273,7 @@ export function AnalyticsMobileLayout({
272273

273274
case 'table':
274275
return (
275-
<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>
276+
<div className="pt-[84px]">
279277
<TableComponent
280278
data={
281279
filteredTableData?.length > 0

0 commit comments

Comments
 (0)