From ad3d7bbb8c0c49307d51e5c3fe2aeb5e09fbd619 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sat, 25 Jul 2020 17:32:12 -0700 Subject: [PATCH] Fix warnings about html p element caused by typography (#141) --- frontend/react-material-admin/src/pages/profiles/Profiles.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}
)} );