Skip to content

Commit 83762cd

Browse files
committed
bruk grid layout i EndreKontaktInformasjon
1 parent 546ea9c commit 83762cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvtaleSide/steg/GodkjenningSteg/endringAvAvtaleInnhold/endreKontaktInfo/EndreKontaktInformasjon.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import './EndreKontaktInformasjon.less';
1212

1313
const EndreKontaktInformasjon: FunctionComponent = () => {
1414
const cls = BEMHelper('endreKontaktInformasjon');
15-
const { avtale, hentAvtale, settAvtaleInnholdVerdi } = useContext(AvtaleContext);
15+
const { avtale, hentAvtale } = useContext(AvtaleContext);
1616
const vtao = avtale.gjeldendeInnhold.vtao;
1717

1818
const {

0 commit comments

Comments
 (0)