fix search memebers

calendar se vuoto non mostrare
This commit is contained in:
Surya Paolo
2022-12-15 21:14:59 +01:00
parent 1291ad319f
commit a5e86926e3
7 changed files with 13 additions and 6 deletions

View File

@@ -1061,7 +1061,7 @@
</q-page>
<div class="q-mt-md">
<div v-if="!mysingleevent">
<div v-if="!mysingleevent && getNumEvents() > 0">
<p class="text-subtitle1 text-red bg-amber text-center">
LISTA PROSSIMI
<span v-if="showfirstN > 0">{{ showfirstN }}</span> EVENTI:
@@ -1387,6 +1387,7 @@
<div class="q-ma-lg text-center">
<q-btn
v-if="getNumEvents() > 0"
rounded
type="a"
to="/calendario-eventi"