Progress on group account search

Added group member search, group removed account, album add styles
This commit is contained in:
mgabdev
2020-12-20 19:28:32 -05:00
parent 67eb9d5890
commit 1a8ecc672c
20 changed files with 225 additions and 94 deletions

View File

@@ -64,7 +64,7 @@ class Account extends ImmutablePureComponent {
)
}
const actionButton = (onActionClick && actionIcon) ? (
const actionButton = (onActionClick && (actionIcon || actionTitle)) ? (
<Button
onClick={this.handleAction}
isOutline={true}