chore: Tidy up
This commit is contained in:
committed by
mrugesh mohapatra
parent
602065be0b
commit
d417ec9936
@@ -155,17 +155,17 @@ function Profile({ user, isSessionUser }) {
|
||||
website={website}
|
||||
yearsTopContributor={yearsTopContributor}
|
||||
/>
|
||||
{showHeatMap ? <HeatMap calendar={calendar} streak={streak} /> : null}
|
||||
{showCerts ? <Certifications username={username} /> : null}
|
||||
{showPortfolio ? <Portfolio portfolio={portfolio} /> : null}
|
||||
{showTimeLine ? (
|
||||
<Timeline
|
||||
className='timelime-container'
|
||||
completedMap={completedChallenges}
|
||||
username={username}
|
||||
/>
|
||||
) : null}
|
||||
</Grid>
|
||||
{showHeatMap ? <HeatMap calendar={calendar} streak={streak} /> : null}
|
||||
{showCerts ? <Certifications username={username} /> : null}
|
||||
{showPortfolio ? <Portfolio portfolio={portfolio} /> : null}
|
||||
{showTimeLine ? (
|
||||
<Timeline
|
||||
className='timelime-container'
|
||||
completedMap={completedChallenges}
|
||||
username={username}
|
||||
/>
|
||||
) : null}
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user