diff --git a/client/src/components/profile/Profile.js b/client/src/components/profile/Profile.js index f8cd5035cb..1149ac4ecd 100644 --- a/client/src/components/profile/Profile.js +++ b/client/src/components/profile/Profile.js @@ -155,17 +155,17 @@ function Profile({ user, isSessionUser }) { website={website} yearsTopContributor={yearsTopContributor} /> + {showHeatMap ? : null} + {showCerts ? : null} + {showPortfolio ? : null} + {showTimeLine ? ( + + ) : null} - {showHeatMap ? : null} - {showCerts ? : null} - {showPortfolio ? : null} - {showTimeLine ? ( - - ) : null} ); } diff --git a/client/src/components/profile/components/Certifications.js b/client/src/components/profile/components/Certifications.js index 8f52c43105..5181ef50d7 100644 --- a/client/src/components/profile/components/Certifications.js +++ b/client/src/components/profile/components/Certifications.js @@ -114,8 +114,8 @@ const propTypes = { function renderCertShow(username, cert) { return cert.show ? ( - - + +