fixed trailing quote

This commit is contained in:
Michael Genson 2024-02-23 18:58:47 +00:00
parent 0abe8b1921
commit 44cd2fef1c

View File

@ -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 }}