Remove whatsapp from list table

Because now everyone uses Telegram
...but the users don't require this feature anymore so I remove it
This commit is contained in:
Matteo Gheza 2022-01-05 21:27:53 +01:00
parent 0921a01b51
commit 3b03facde9
1 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@
<ng-container *ngIf="auth.profile.full_viewer">
<th>Autista</th>
<th>Chiama</th>
<th>Scrivi</th>
<th>Interventi</th>
<th>Minuti disponibilità</th>
</ng-container>
@ -32,9 +31,6 @@
<td>
<a href="tel:{{row.phone_number}}"><i class="fa fa-phone"></i></a>
</td>
<td>
<a target="_blank" href="https://wa.me/{{row.phone_number}}?text=Allerta%20in%20corso.%20Mettiti%20in%20contatto%20al%20più%20presto%20con%20me."><i class="fab fa-whatsapp"></i></a>
</td>
<td>{{ row.services }}</td>
<td>{{ row.availability_minutes }}</td>
</ng-container>