fix: Pass username to Certifications to get user details
This commit is contained in:
committed by
mrugesh mohapatra
parent
d686b32d9d
commit
602065be0b
@@ -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
|
||||
|
Reference in New Issue
Block a user