Reorganize reaction sending and show if emoji is selected

Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
Tulir Asokan 2019-10-15 19:07:04 +03:00
parent 7acae6dc32
commit 318754d31c
9 changed files with 174 additions and 75 deletions

View file

@ -45,7 +45,7 @@ class Search extends React.PureComponent {
{this.props.query ? icons.search.delete() : icons.search.search()}
</button>
</div>
)
);
}
}