Fix to be able to cancel follow request to group
This commit is contained in:
parent
fb79acdecb
commit
49dd63d6dd
1 changed files with 2 additions and 1 deletions
|
@ -229,9 +229,10 @@ class GroupDetail extends ImmutablePureComponent {
|
|||
if (requested) {
|
||||
buttons = (
|
||||
<IconButton
|
||||
disabled
|
||||
active
|
||||
icon='hourglass'
|
||||
title={intl.formatMessage(messages.requested)}
|
||||
onClick={this.handleFollow}
|
||||
/>
|
||||
);
|
||||
} else if (blocking) {
|
||||
|
|
Loading…
Reference in a new issue