|
|
|
@ -306,7 +306,7 @@ function initReactionSelector(parent) {
|
|
|
|
|
if (resp && (resp.html || resp.empty)) { |
|
|
|
|
const content = $(vm).closest('.content'); |
|
|
|
|
let react = content.find('.segment.reactions'); |
|
|
|
|
if (react.length > 0) { |
|
|
|
|
if (!resp.empty && react.length > 0) { |
|
|
|
|
react.remove(); |
|
|
|
|
} |
|
|
|
|
if (!resp.empty) { |
|
|
|
|