Simple veteran tag load
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Trenton Zimmer
2025-04-18 00:50:16 -04:00
parent 2366dc74b5
commit 1a628e9c64

View File

@@ -88,7 +88,7 @@ function getCardStyle() {
small
/>
<PillTag
v-if="mainStore.userData.vet"
v-if="mainStore.userId < 300"
label="Veteran"
color="success"
:icon="mdiAccountStar"