chore: reformat code

This commit is contained in:
Rafael Taranto 2025-05-12 14:49:39 +01:00
parent 3d930aa73b
commit aedabcbdee
509 changed files with 6030 additions and 4266 deletions

View file

@ -21,7 +21,7 @@ const GET_DATA = gql`
}
`
const Wizard = ({ fromAuthRegister }) => {
const Wizard = () => {
const { data, loading } = useQuery(GET_DATA)
const history = useHistory()
const { setWizardTested } = useContext(AppContext)
@ -68,7 +68,7 @@ const Wizard = ({ fromAuthRegister }) => {
'flex flex-col justify-between py-4 px-0 bg-white': true,
'bg-[url(/wizard-background.svg)] bg-no-repeat bg-center bg-fixed bg-cover':
isWelcome,
'blur-sm pointer-events-none': footerExp
'blur-sm pointer-events-none': footerExp,
}
return (