UX: show users who liked the post when expanding post actions
This commit is contained in:
parent
d54da517d9
commit
54819d72c9
|
@ -396,6 +396,9 @@ export default createWidget('post-menu', {
|
|||
|
||||
showMoreActions() {
|
||||
this.state.collapsed = false;
|
||||
if (!this.state.likedUsers.length) {
|
||||
return this.getWhoLiked();
|
||||
}
|
||||
},
|
||||
|
||||
like() {
|
||||
|
|
Loading…
Reference in New Issue