From 5963cd0dd690e52309fc1a3ab24e19cc61172b9b Mon Sep 17 00:00:00 2001 From: Juan Carlos Ruvalcaba Date: Fri, 30 Apr 2021 14:56:41 -0700 Subject: [PATCH] Fix user display panel if logged --- src/pages/home/panel-left.f7.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/home/panel-left.f7.html b/src/pages/home/panel-left.f7.html index b42b545..a2cf6f1 100644 --- a/src/pages/home/panel-left.f7.html +++ b/src/pages/home/panel-left.f7.html @@ -105,15 +105,19 @@
  • -
    Usuarios
    +
    Usuario

    + ${!isLogged && $h` + Registrarse
    + Restablecer ContraseƱa
    + `} + ${isLogged && $h` Editar
    - Nuevo
    - Restablecer ContraseƱa
    + `}