diff --git a/ghost/admin/app/components/posts-list/context-menu.hbs b/ghost/admin/app/components/posts-list/context-menu.hbs
index 2d3ba2b027..05b2a308b8 100644
--- a/ghost/admin/app/components/posts-list/context-menu.hbs
+++ b/ghost/admin/app/components/posts-list/context-menu.hbs
@@ -11,18 +11,20 @@
Unpublish
- {{#if this.shouldFeatureSelection }}
-
-
-
- {{else}}
+ {{#if this.canFeatureSelection}}
+ {{#if this.shouldFeatureSelection }}
-
-
+
+
+ {{else}}
+
+
+
+ {{/if}}
{{/if}}