Progress on group account search
Added group member search, group removed account, album add styles
This commit is contained in:
@@ -64,7 +64,7 @@ class Account extends ImmutablePureComponent {
|
||||
)
|
||||
}
|
||||
|
||||
const actionButton = (onActionClick && actionIcon) ? (
|
||||
const actionButton = (onActionClick && (actionIcon || actionTitle)) ? (
|
||||
<Button
|
||||
onClick={this.handleAction}
|
||||
isOutline={true}
|
||||
|
||||
Reference in New Issue
Block a user