Change icon for domain blocks (#7139)
* Change icon for domain blocks Both domain blocks and user blocks uses the same icon… * Update index.js
This commit is contained in:
committed by
Eugen Rochko
parent
1e87ed44d5
commit
fa04945365
@ -52,7 +52,7 @@ export default class Blocks extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
return (
|
||||
<Column icon='ban' heading={intl.formatMessage(messages.heading)}>
|
||||
<Column icon='minus-circle' heading={intl.formatMessage(messages.heading)}>
|
||||
<ColumnBackButtonSlim />
|
||||
<ScrollableList scrollKey='domain_blocks' onLoadMore={this.handleLoadMore}>
|
||||
{domains.map(domain =>
|
||||
|
Reference in New Issue
Block a user