Skip to content

Commit

Permalink
Merge pull request #20 from Explicit12/Replace-isMobileDevice-isMobil…
Browse files Browse the repository at this point in the history
…eBreakpoint

Removed legacy isMobileDevice from template
  • Loading branch information
Explicit12 authored May 1, 2024
2 parents b93c719 + 98ad6dd commit 5747d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.container-page/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
</div>

<div v-if="fixedRounding && !isMobileDevice" v-bind="rightRoundingWrapperAttrs">
<div v-if="fixedRounding && !isMobileBreakpoint" v-bind="rightRoundingWrapperAttrs">
<div v-bind="rightRoundingAttrs" />
</div>
</div>
Expand Down

0 comments on commit 5747d9d

Please sign in to comment.