bug: Profile page was not hidding creator sections for normal users

This commit is contained in:
2025-04-23 23:52:43 -04:00
parent dc1ea64d02
commit 52139b4b47

View File

@@ -227,7 +227,7 @@ function downloadQRCode() {
</div>
<template v-if="creatorProfileStore.creator !== undefined">
<template v-if="creatorProfileStore.hasCreator">
<div class="card">
<div class="card-title">
{{ t('creatorInfo') }}