Removes redundant admin badge
Removes the admin badge from the scheduled event card. The badge was deemed unnecessary as the information it conveyed is already implicitly clear.
This commit is contained in:
parent
4c8354641a
commit
2fd1912dab
1 changed files with 0 additions and 5 deletions
|
|
@ -169,11 +169,6 @@ function cancelMarkComplete() {
|
||||||
<Badge v-if="isRecurring" variant="outline" class="text-xs">
|
<Badge v-if="isRecurring" variant="outline" class="text-xs">
|
||||||
🔄
|
🔄
|
||||||
</Badge>
|
</Badge>
|
||||||
|
|
||||||
<!-- Admin Badge -->
|
|
||||||
<Badge v-if="isAdminEvent" variant="secondary" class="text-xs">
|
|
||||||
Admin
|
|
||||||
</Badge>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</CollapsibleTrigger>
|
</CollapsibleTrigger>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue