refactor(front): no 'edit' button in header of profile page

This commit is contained in:
upsiflu 2025-01-06 20:29:01 +01:00
parent e99fc3b8aa
commit b5eb1dc586
1 changed files with 0 additions and 9 deletions

View File

@ -115,15 +115,6 @@ const submit = async () => {
<p v-else-if="!isUpdating">
{{ t('components.common.RenderedDescription.empty.noDescription') }}
</p>
<template v-if="!isUpdating && canUpdate && updateUrl">
<Button
role="button"
icon="bi-pencil"
@click="isUpdating = true"
>
{{ t('components.common.RenderedDescription.button.edit') }}
</Button>
</template>
<form
v-if="isUpdating"
@submit.prevent="submit()"