File tree 1 file changed +3
-3
lines changed
apps/dolly-frontend/src/main/js/src/components/bestillingsveileder/stegVelger/steg/steg0
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const Steg0 = () => {
75
75
const isOrganisasjon =
76
76
opts . is ?. nyOrganisasjon || opts . is ?. nyStandardOrganisasjon || opts . is ?. nyOrganisasjonFraMal
77
77
const isNyIdent = opts . is ?. nyBestilling || opts . is ?. nyBestillingFraMal
78
- const VelgGruppeDisabled = opts . is ?. leggTil || opts . is ?. leggTilPaaGruppe
78
+ const velgGruppeDisabled = opts . is ?. leggTil || opts . is ?. leggTilPaaGruppe
79
79
80
80
const formGruppeId = formMethods . watch ( 'gruppeId' )
81
81
const rawGruppeId = formGruppeId || opts ?. gruppeId || opts ?. gruppe ?. id
@@ -100,14 +100,14 @@ const Steg0 = () => {
100
100
101
101
return (
102
102
< div className = "start-bestilling-modal" >
103
- { ! isOrganisasjon && ! VelgGruppeDisabled && (
103
+ { ! isOrganisasjon && ! velgGruppeDisabled && (
104
104
< >
105
105
{ isNyIdent && (
106
106
< div className = "dolly-panel dolly-panel-open" >
107
107
< VelgIdenttype gruppeId = { numericGruppeId } />
108
108
</ div >
109
109
) }
110
- { ! VelgGruppeDisabled && (
110
+ { ! velgGruppeDisabled && (
111
111
< div className = "dolly-panel dolly-panel-open" >
112
112
< VelgGruppe formMethods = { formMethods } title = "Hvilken gruppe vil du bestille til?" />
113
113
</ div >
You can’t perform that action at this time.
0 commit comments