From 6668d70cfbb281e86583c305983f128f308d42f1 Mon Sep 17 00:00:00 2001 From: Mariela Date: Wed, 31 Aug 2022 00:41:13 -0600 Subject: [PATCH 1/3] =?UTF-8?q?informaci=C3=B3n=20b=C3=A1sica=20de=20la=20?= =?UTF-8?q?comunidad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-ui/web-react/src/App.js | 2 + web-ui/web-react/src/AppTopbar.js | 5 +- .../src/components/PerfilAdminComunidad.js | 287 ++++++++++++++++++ 3 files changed, 292 insertions(+), 2 deletions(-) create mode 100644 web-ui/web-react/src/components/PerfilAdminComunidad.js diff --git a/web-ui/web-react/src/App.js b/web-ui/web-react/src/App.js index 48ea0ccd..efa23d58 100644 --- a/web-ui/web-react/src/App.js +++ b/web-ui/web-react/src/App.js @@ -58,6 +58,7 @@ import { useCookies } from "react-cookie"; import LogInUser from './components/LogInUser'; import Page404 from './components/Page404' import Reservaciones from './components/Reservaciones'; +import PerfilAdminComunidad from './components/PerfilAdminComunidad'; const App = () => { @@ -472,6 +473,7 @@ const App = () => { + ) } else { diff --git a/web-ui/web-react/src/AppTopbar.js b/web-ui/web-react/src/AppTopbar.js index f9226f50..122d6ef7 100644 --- a/web-ui/web-react/src/AppTopbar.js +++ b/web-ui/web-react/src/AppTopbar.js @@ -88,10 +88,11 @@ export const AppTopbar = (props) => { */}