Fix client-side errors

This commit is contained in:
2025-02-10 13:24:14 -05:00
parent 69f2759af5
commit 852ea63672
8 changed files with 28 additions and 20 deletions

View File

@@ -7,9 +7,7 @@
<img
class="shadow-2xl rounded-full border-solid border-hSecondary border-102 max-w-[190px]"
:src="brandingStore.value.images.logo
? brandingStore.value.images.logo
: '/images/placeholders/logo.png'"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/logo.png'"
alt="Profile Picture"
:style="{
height: '190px'