UI update

This commit is contained in:
Douglas Barone 2022-04-05 10:29:45 -04:00
parent dc05cac92a
commit da22b63e55

View File

@ -157,8 +157,14 @@
<span class="font-weight-medium">Visto recentemente</span> <span class="font-weight-medium">Visto recentemente</span>
</v-list-item-subtitle> </v-list-item-subtitle>
<v-list-item-subtitle> <v-list-item-subtitle>
Próximo ao AP <span
<span class="font-weight-medium"> v-if="userPresence.local"
class="font-weight-medium"
>
{{ userPresence.local }}
</span>
<span v-else>
Próximo ao AP
{{ userPresence.apName }} {{ userPresence.apName }}
</span> </span>
</v-list-item-subtitle> </v-list-item-subtitle>