refactor(front): growing buttons on radio card

This commit is contained in:
ArneBo 2025-02-18 10:34:09 +01:00
parent 978d64c466
commit 81b6d46c6b
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ const customRadioId = computed(() => props.customRadio?.id ?? null)
:type="type"
:custom-radio-id="customRadioId"
:object-id="objectId"
full
grow
/>
<Button
v-if="store.state.auth.authenticated && type === 'custom' && radio.user.id === store.state.auth.profile?.id"