follow up fix to 7d27b8b

This commit is contained in:
Kris 2019-07-23 11:37:34 -04:00
parent 7d27b8bb8c
commit 3fdc10337d

View File

@ -484,6 +484,7 @@ export default createWidget("post-menu", {
postControls.push(this.attach("post-admin-menu", attrs));
}
const contents = [h("nav.post-controls.clearfix", postControls)];
if (state.likedUsers.length) {
const remaining = state.total - state.likedUsers.length;
contents.push(