diff --git a/opentech/apply/review/views.py b/opentech/apply/review/views.py
index 58a2ef3d34c6c915c38df9d096b42c946c0da670..0f7e0c46d7dc27e6c2d9ffc0ad98ef083c4eef98 100644
--- a/opentech/apply/review/views.py
+++ b/opentech/apply/review/views.py
@@ -54,7 +54,7 @@ class ReviewContextMixin:
             else:
                 if review:
                     key = 'external_reviewed'
-                elif review not in opinion_authors:
+                else:
                     key = 'external_not_reviewed'
             if key:  # Do not add this reviewer to any list if they haven't reviewed but have left an opinion
                 review_info_dict = {