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);