Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: Remove more info section from NL behaviour page. (#4661)
Browse files Browse the repository at this point in the history
Co-authored-by: VWSCoronaDashboard28 <[email protected]>
  • Loading branch information
APW26 and VWSCoronaDashboard28 authored Feb 17, 2023
1 parent 730f510 commit 27db2ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/src/pages/landelijk/gedrag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { BehaviorChoroplethsTile } from '~/domain/behavior/behavior-choropleths-
import { BehaviorLineChartTile } from '~/domain/behavior/behavior-line-chart-tile';
import { BehaviorPerAgeGroup } from '~/domain/behavior/behavior-per-age-group-tile';
import { BehaviorTableTile } from '~/domain/behavior/behavior-table-tile';
import { MoreInformation } from '~/domain/behavior/components/more-information';
import { BehaviorIdentifier } from '~/domain/behavior/logic/behavior-types';
import { useBehaviorLookupKeys } from '~/domain/behavior/logic/use-behavior-lookup-keys';
import { Layout } from '~/domain/layout/layout';
Expand Down Expand Up @@ -228,7 +227,6 @@ export default function BehaviorPage(props: StaticProps<typeof getStaticProps>)
text={text}
/>
)}
<MoreInformation text={textShared.meer_onderzoeksresultaten} />
</TileList>
</NlLayout>
</Layout>
Expand Down

0 comments on commit 27db2ab

Please sign in to comment.