fix repost button on DMs
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
7363d9c7f8
commit
79d313c4a8
1 changed files with 5 additions and 1 deletions
|
@ -632,7 +632,11 @@ class StatusActionBar extends ImmutablePureComponent<IStatusActionBar, IStatusAc
|
|||
/>
|
||||
|
||||
{features.quotePosts && me ? (
|
||||
<DropdownMenuContainer items={reblogMenu} onShiftClick={this.handleReblogClick}>
|
||||
<DropdownMenuContainer
|
||||
items={reblogMenu}
|
||||
disabled={!publicStatus}
|
||||
onShiftClick={this.handleReblogClick}
|
||||
>
|
||||
{reblogButton}
|
||||
</DropdownMenuContainer>
|
||||
) : (
|
||||
|
|
Loading…
Reference in a new issue