Updated Placeholder Responsiveness and Added new Placeholders
• Updated: - Placeholder Responsiveness • Added: - new Placeholders
This commit is contained in:
@@ -72,10 +72,7 @@ class ProfilePage extends ImmutablePureComponent {
|
||||
>
|
||||
<PageTitle path={`${name} (@${username})`} />
|
||||
{
|
||||
!account && <ColumnIndicator type='loading' />
|
||||
}
|
||||
{
|
||||
!!account && !unavailable &&
|
||||
!unavailable &&
|
||||
React.cloneElement(children, {
|
||||
account,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user