Merge "Fix typo that was causing right side of diff to not render during tests"
diff --git a/polygerrit-ui/app/elements/gr-diff-view.html b/polygerrit-ui/app/elements/gr-diff-view.html
index 502b2df..2e0e0d0 100644
--- a/polygerrit-ui/app/elements/gr-diff-view.html
+++ b/polygerrit-ui/app/elements/gr-diff-view.html
@@ -362,7 +362,7 @@
         this.$.diffContainer.classList.toggle('rightOnly',
             diff.change_type == Changes.DiffType.ADDED);
         this.$.diffContainer.classList.toggle('leftOnly',
-            diff.change_type == Changes.DiffType.REMOVED);
+            diff.change_type == Changes.DiffType.DELETED);
 
         var initialLineNum = 0 + (diff.content.skip || 0);
         var ctx = {