Skip to content

Commit

Permalink
chore: remove useless async
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Dec 6, 2023
1 parent daf9a82 commit 77d66e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Onboarding = () => {
setServicesAccountsStatuses(responses)
}

const handleComplete = async () => {
const handleComplete = () => {
if (status === "review") {
handleReviewSubmit()
} else if (status === "create") {
Expand Down

0 comments on commit 77d66e8

Please sign in to comment.