diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html
index 077d84c3c..f7fa3d6c0 100644
--- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html
+++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html
@@ -46,7 +46,7 @@
-
+
diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts
index ac369f5a4..9dc7bf801 100644
--- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts
+++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts
@@ -48,7 +48,7 @@ export class AnnotationActionsComponent implements OnInit {
}
get requiresSuggestionRemoveMenu() {
- return this.annotation.isRedacted;
+ return this.annotation.isRedacted || this.annotation.isIgnored;
}
get canUndoAnnotation() {