Skip to content

Commit

Permalink
FlowNavigation.tsx - stupid semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
aahvocado committed Dec 20, 2022
1 parent 71aeb0e commit 680dc14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function FlowNavigation({
} else {
goNextStep();
}
}, [])
}, []);

return (
<div className={utilityClasses.buttonContainer}>
Expand Down

0 comments on commit 680dc14

Please sign in to comment.