Skip to content

Commit

Permalink
Fix prettier errors (#3879)
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat authored Mar 6, 2024
1 parent 9bba31a commit 41a7619
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export default defineComponent({
return !uiStore.isBreakpoint("sm")
? "s"
: uiStore.isBreakpoint("xl")
? "l"
: "m"
? "l"
: "m"
}
})
Expand Down

0 comments on commit 41a7619

Please sign in to comment.