Skip to content

Commit

Permalink
useMobile -> isMobile
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmustersICTU committed Dec 6, 2022
1 parent 3e10729 commit a79102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/algoritme/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
</SearchFunction>
<v-row>
<v-col :cols="useMobile ? 12 : 3">
<v-col :cols="isMobile ? 12 : 3">
<AlgoritmeFilters :aggregatedAlgoritmes="aggregatedAlgoritmes" />
</v-col>

Expand Down

0 comments on commit a79102f

Please sign in to comment.