Skip to content

Commit

Permalink
Remove info banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Jun 10, 2024
1 parent 549a578 commit 79eebb9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/DynamicObject/ObjectArea/ObjectArea.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Heading, Notification, Text } from '@pzh-ui/components'
import { LayerGroup, Lightbulb } from '@pzh-ui/icons'
import { Heading, Text } from '@pzh-ui/components'

import {
useModulesModuleIdObjectWerkingsgebiedLatestLineageIdGet,
Expand Down Expand Up @@ -67,7 +66,7 @@ const ObjectArea = ({

{!!data && (
<>
<Notification icon={Lightbulb} className="mb-3">
{/* <Notification icon={Lightbulb} className="mb-3">
<>
Tip! Gebruik het icoon{' '}
<LayerGroup
Expand All @@ -77,7 +76,7 @@ const ObjectArea = ({
om de kaartlagen binnen dit werkingsgebied te
bekijken
</>
</Notification>
</Notification> */}

<div className="h-[500px] overflow-hidden rounded-lg">
<LeafletTinyViewer uuid={data.Area?.UUID || ''} />
Expand Down

0 comments on commit 79eebb9

Please sign in to comment.