Fix live updates to reaction row buttons

This makes the reaction row buttons take the current count as prop as an easy
way of ensuring they always trigger an update when the count changes.

Fixes https://github.com/vector-im/riot-web/issues/9954
This commit is contained in:
J. Ryan Stinnett 2019-06-05 14:54:14 +01:00
parent 85858c731c
commit c8cd1f30dd
2 changed files with 4 additions and 6 deletions

View file

@ -116,6 +116,7 @@ export default class ReactionsRow extends React.PureComponent {
return <ReactionsRowButton
key={content}
content={content}
count={count}
mxEvent={mxEvent}
reactionEvents={events}
myReactionEvent={myReactionEvent}