mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
fixed trailing quote
This commit is contained in:
parent
0abe8b1921
commit
44cd2fef1c
@ -27,8 +27,8 @@
|
||||
v-if="showAll || ($auth.user && $auth.user.id == list.userId)"
|
||||
:key="list.id"
|
||||
class="my-2 left-border"
|
||||
:to="`/shopping-lists/${list.id}`
|
||||
">
|
||||
:to="`/shopping-lists/${list.id}`"
|
||||
>
|
||||
<v-card-title>
|
||||
<v-icon left>
|
||||
{{ $globals.icons.cartCheck }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user