fix: Pass username to Certifications to get user details

This commit is contained in:
Bouncey
2018-11-08 14:15:28 +00:00
committed by mrugesh mohapatra
parent d686b32d9d
commit 602065be0b
2 changed files with 42 additions and 34 deletions

View File

@@ -157,7 +157,7 @@ function Profile({ user, isSessionUser }) {
/>
</Grid>
{showHeatMap ? <HeatMap calendar={calendar} streak={streak} /> : null}
{showCerts ? <Certifications /> : null}
{showCerts ? <Certifications username={username} /> : null}
{showPortfolio ? <Portfolio portfolio={portfolio} /> : null}
{showTimeLine ? (
<Timeline