Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrodcaball committed Mar 28, 2024
1 parent eb6fef2 commit 1402bd1
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -19,14 +19,13 @@ type Props = {
}

const GeneralForm = ({ form, requireHandle = true, isGiftCard }: Props) => {
const { t } = useTranslation()
const {
register,
path,
formState: { errors },
} = form

const { t } = useTranslation()

return (
<div>
<div className="gap-x-large mb-small grid grid-cols-2">
Expand Down

0 comments on commit 1402bd1

Please sign in to comment.