check for g.user (#2953)

only render this if user is set
This commit is contained in:
Tiago Vasconcelos 2025-02-11 15:25:42 +00:00 committed by GitHub
parent 2d41a1bed3
commit b33a1903e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,7 +220,7 @@
<q-page-container>
<q-page class="q-px-md q-py-lg" :class="{'q-px-lg': $q.screen.gt.xs}">
<q-scroll-area
v-if="walletFlip"
v-if="g.user && walletFlip"
style="
height: 130px;
width: 100%;