Fixed issue with errorMessage not showing in ScrollableList
• Fixed: - issue with errorMessage not showing in ScrollableList
This commit is contained in:
@@ -72,7 +72,7 @@ class Blocks extends ImmutablePureComponent {
|
||||
emptyMessage={emptyMessage}
|
||||
>
|
||||
{
|
||||
!!accountIds && accountIds.map((id) =>
|
||||
accountIds && accountIds.map((id) =>
|
||||
<Account
|
||||
key={`blocked-accounts-${id}`}
|
||||
id={id}
|
||||
|
||||
Reference in New Issue
Block a user