Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
betsytraran committed Sep 1, 2023
1 parent d442b7b commit e4dc0f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Alert } from '@navikt/ds-react'
import { MiljoTabs } from '@/components/ui/miljoTabs/MiljoTabs'

export const sjekkManglerApData = (apData) => {
console.log('apData: ', apData) //TODO - SLETT MEG
return apData?.length < 1 || apData?.every((miljoData) => !miljoData.data)
}
const DataVisning = ({ data }) => {
Expand Down

0 comments on commit e4dc0f6

Please sign in to comment.