Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Dec 21, 2023
1 parent 50e8954 commit 7076457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/workouts/WorkoutExerciseSets.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
{:else if compareVolume(setNumber) === -1}
<DecreaseIcon class="text-error" />
{/if}
{:else if mode !== 'viewing'}
{:else if mode !== "viewing"}
<span></span>
{/if}
</form>
Expand Down

0 comments on commit 7076457

Please sign in to comment.