++Strette di Mano

This commit is contained in:
Surya Paolo
2023-01-08 02:17:15 +01:00
parent 865e1ad738
commit 4d40efc73a
19 changed files with 309 additions and 186 deletions

View File

@@ -80,6 +80,8 @@
</div>
<br />
<CContactUser :myuser="myuser" :showBtnActivities="false"/>
<CTitleBanner
v-if="site.confpages.showCompetenze"
class=""
@@ -148,14 +150,6 @@
<img :src="getImgUser()" :alt="username" class="full-width" />
</q-dialog>
<div v-if="showsendCoinTo">
<CSendCoins
:showprop="showsendCoinTo"
:to_user="myuser"
@close="showsendCoinTo = false"
>
</CSendCoins>
</div>
</div>
</div>
</template>