From 03e12adbc2d0b6c7692113f0f27f1f4c50f578f2 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Tue, 23 Aug 2022 03:19:47 -0600 Subject: [PATCH] export component --- web-ui/web-react/src/components/InvitadosComunidad.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web-ui/web-react/src/components/InvitadosComunidad.js b/web-ui/web-react/src/components/InvitadosComunidad.js index a27fe730..d4cf5772 100644 --- a/web-ui/web-react/src/components/InvitadosComunidad.js +++ b/web-ui/web-react/src/components/InvitadosComunidad.js @@ -113,3 +113,5 @@ const InvitadosComunidad = () => { ) } + +export default React.memo(InvitadosComunidad);