diff --git a/app/assets/javascripts/discourse/app/components/reviewable-item.hbs b/app/assets/javascripts/discourse/app/components/reviewable-item.hbs
index ef65029ffda..fbe2b07647f 100644
--- a/app/assets/javascripts/discourse/app/components/reviewable-item.hbs
+++ b/app/assets/javascripts/discourse/app/components/reviewable-item.hbs
@@ -70,25 +70,7 @@
{{/if}}
- {{#if this.reviewable.last_performing_username}}
-
{{html-safe
- (i18n
- "review.stale_help"
- username=this.reviewable.last_performing_username
- )
- }}
- {{else}}
- {{#if this.claimEnabled}}
-
- {{html-safe this.claimHelp}}
-
-
- {{/if}}
-
+ {{#unless this.reviewable.last_performing_username}}
{{#if this.canPerform}}
{{#if this.editing}}
{{html-safe
+ (i18n
+ "review.stale_help"
+ username=this.reviewable.last_performing_username
+ )
+ }}
+ {{else}}
+ {{#if this.claimEnabled}}
+
+ {{html-safe this.claimHelp}}
+
+
+ {{/if}}
{{/if}}
+