Fix an error when logging out.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="creatorProfileStore.creator.id === brandingStore.value.id" class="flex justify-end space-x-2 mb-5 pa-1">
|
<div v-if="creatorProfileStore.creator?.id === brandingStore.value.id" class="flex justify-end space-x-2 mb-5 pa-1">
|
||||||
<!-- Bouton principal : Éditer ou Enregistrer -->
|
<!-- Bouton principal : Éditer ou Enregistrer -->
|
||||||
<button
|
<button
|
||||||
v-if="isLoggedIn"
|
v-if="isLoggedIn"
|
||||||
|
|||||||
Reference in New Issue
Block a user