From 66bd6c4f781d621c90d6471d5b1bc07bf39cb348 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Tue, 23 Aug 2022 03:33:06 -0600 Subject: [PATCH] actually show component :P --- web-ui/web-react/src/App.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web-ui/web-react/src/App.js b/web-ui/web-react/src/App.js index 08f0e13c..2acf186f 100644 --- a/web-ui/web-react/src/App.js +++ b/web-ui/web-react/src/App.js @@ -202,10 +202,10 @@ const App = () => { icon: PrimeIcons.BUILDING, to: '/areasComunes', }, - - { label: 'Comunicados', icon: PrimeIcons.COMMENTS, to: '/registroComunicado'}, + + { label: 'Comunicados', icon: PrimeIcons.COMMENTS, to: '/registroComunicado' }, { label: 'Invitados', icon: PrimeIcons.USERS, to: '/invitadosComunidad' }, - + ] }, ] @@ -470,6 +470,7 @@ const App = () => { + ) } else {