Skip to content
Snippets Groups Projects
Commit 7525f81b authored by Tore.Brede's avatar Tore.Brede
Browse files

Fixing linting error

parent 89e90515
No related branches found
No related tags found
1 merge request!157Removing some development output and refactoring error message placement
Pipeline #100666 passed
......@@ -48,7 +48,6 @@ const GuestRegisterStep = forwardRef(
const [countryCode, setCountryCode] = useState<
CountryCallingCode | undefined
>(undefined)
const [mobilePhone, setMobilePhone] = useState<string>('')
const [idErrorState, setIdErrorState] = useState<string>('')
const submit: SubmitHandler<EnteredGuestData> = (data) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment