Skip to content
Snippets Groups Projects

Add a toggle for the iga identity check

Merged Andreas Ellewsen requested to merge iga-check-toggle into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,7 @@ import CheckIcon from '@mui/icons-material/Check'
import { Trans, useTranslation } from 'react-i18next'
import { TableCell } from 'components/table'
import { appInst, disableNinVerification, enableIgaCheck } from 'appConfig'
interface IdentityLineProps {
text: string
identity: Identity | null
Loading