refactor(front): growing buttons on radio card
This commit is contained in:
parent
978d64c466
commit
81b6d46c6b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue