Fix an error when logging out.

This commit is contained in:
2025-01-16 15:58:46 -05:00
parent 13ecfdb8c2
commit 9a7fe2498a

View File

@@ -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"