Account itself deletable

This commit is contained in:
2024-11-04 19:05:14 +01:00
parent 07c4b7ba80
commit 1088060580
6 changed files with 27 additions and 11 deletions

View File

@@ -38,12 +38,7 @@ concertStore.getConcert(Number(router.currentRoute.value.params.id))
:link="false"
:title="concertStore.concert.location.city.name"
:show-button="false"
>
<template #description>
<p>{{ concertStore.concert.location.name }}</p>
<!-- todo <p>{{ concertModel.event.band.name }} - {{ concertModel.event.name }}</p> -->
</template>
</concert-list-item>
/>
</v-col>
</v-row>
<v-row>