Skip to content

Commit

Permalink
Update src/components/QuickStart/useQuickstartsStates.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac authored Sep 24, 2024
1 parent af10aaa commit 6914ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QuickStart/useQuickstartsStates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const useQuickstartsStates = (accountId?: string) => {
}
}, []);

// make sire the API is not created on every render
// make sure the API is not created on every render
const quickstartState = useMemo(
() => ({
activateQuickstart,
Expand Down

0 comments on commit 6914ec3

Please sign in to comment.