diff --git a/frontend/react-material-admin/src/pages/profiles/Profiles.js b/frontend/react-material-admin/src/pages/profiles/Profiles.js index f451bc52..37e57eef 100644 --- a/frontend/react-material-admin/src/pages/profiles/Profiles.js +++ b/frontend/react-material-admin/src/pages/profiles/Profiles.js @@ -190,9 +190,7 @@ export default function Profiles() { {...other} > {value === index && ( - - {children} - +
{children}
)} );