Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
colton456p committed Nov 22, 2024
1 parent 94501eb commit e7fc8bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const CalculateOnboardingCompletion = () => {
const completedSteps = enabledSteps.filter((step) => step.completed)

const completionPercentage = Math.round((completedSteps.length / enabledSteps.length) * 100)

const firstIncompleteStep = enabledSteps.find((step) => !step.completed)

return {
Expand Down

0 comments on commit e7fc8bc

Please sign in to comment.