Adds delete and restore for a creator's page
This commit is contained in:
@@ -21,6 +21,10 @@ onMounted(async () => {
|
||||
<v-progress-linear indeterminate></v-progress-linear>
|
||||
</div>
|
||||
<div v-else>
|
||||
<div v-if="brandingStore.value.isDeleted"
|
||||
class="bg-red-500 p-2 m-4 text-center font-semibold">
|
||||
This Creator page is pending deletion. You can revert the action in your profile.
|
||||
</div>
|
||||
<banner></banner>
|
||||
<router-view></router-view>
|
||||
<Footer></Footer>
|
||||
|
||||
Reference in New Issue
Block a user