bug: Profile page was not hidding creator sections for normal users
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user