Fix: Do not show widget until "me" is properly loaded

This commit is contained in:
Douglas Barone 2020-11-17 16:30:20 -04:00
parent 52f39c0fdf
commit 4b31b0862f

View File

@ -1,6 +1,6 @@
<template>
<Widget
v-if="me.wifiDevices.length"
v-if="me && me.wifiDevices.length"
title="Meus Dispositivos"
widget-icon="mdi-cellphone-link"
>