Web: People: profileView: fixed loader

This commit is contained in:
Artem Tarasov 2020-10-12 13:06:00 +03:00
parent 947feef4cf
commit 8621f9f321

View File

@ -80,11 +80,9 @@ class PureProfile extends React.Component {
</PageLayout.ArticleBody>
)}
{profile && (
<PageLayout.SectionHeader>
{profile ? <SectionHeaderContent /> : <Loaders.Headline />}
</PageLayout.SectionHeader>
)}
<PageLayout.SectionHeader>
{profile ? <SectionHeaderContent /> : <Loaders.Headline />}
</PageLayout.SectionHeader>
<PageLayout.SectionBody>
{profile ? <SectionBodyContent /> : <Loaders.ProfileView />}