Added Block wrapper in ProfilePage for unavailable message
• Added: - Block wrapper in ProfilePage for unavailable message
This commit is contained in:
parent
b1a4a68a24
commit
e94dc5e563
@ -79,9 +79,11 @@ class ProfilePage extends ImmutablePureComponent {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
unavailable &&
|
unavailable &&
|
||||||
|
<Block>
|
||||||
<ColumnIndicator type='error' message={
|
<ColumnIndicator type='error' message={
|
||||||
<FormattedMessage id='empty_column.account_unavailable' defaultMessage='Profile unavailable' />
|
<FormattedMessage id='empty_column.account_unavailable' defaultMessage='Profile unavailable' />
|
||||||
} />
|
} />
|
||||||
|
</Block>
|
||||||
}
|
}
|
||||||
</ProfileLayout>
|
</ProfileLayout>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user