Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaCehic95 committed Sep 19, 2023
1 parent cb23ddc commit b36c5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/enterprise/src/pages/create-dao/DaoWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const DaoWizard = () => {

const { formState, back, forward } = useDaoWizardForm();

const { steps, predictedSteps, isValid = true } = formState;
const { steps, predictedSteps } = formState;

const [txResult, createDaoTx] = useCreateDAOTx();

Expand Down

0 comments on commit b36c5c4

Please sign in to comment.