Notifica Telegram e Push quando mandi la stretta di mano
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
>
|
||||
</CGalleryImages>
|
||||
|
||||
|
||||
<q-card-actions align="right">
|
||||
<div v-if="table === shared_consts.TABLES_MYBACHECAS" class="">
|
||||
<q-btn
|
||||
@@ -519,7 +520,11 @@
|
||||
/></q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item clickable v-if="table === 'mybachecas'">
|
||||
<q-item clickable v-if="table === 'mybachecas' && calendarStore.getNumParticipants(
|
||||
myrec,
|
||||
true,
|
||||
tools.peopleWhere.participants
|
||||
) > 0 ">
|
||||
<q-item-section avatar>
|
||||
<q-icon color="blue" name="fas fa-user-check" />
|
||||
</q-item-section>
|
||||
|
||||
Reference in New Issue
Block a user