From 81d43ba5abd8fa08efc33d992f0bd0c97faae942 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Mon, 2 Mar 2020 16:30:30 -0800 Subject: [PATCH] lint --- js/views/conversation_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index 14e59bd44..bebee05cf 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -1192,7 +1192,7 @@ // This message is likely not loaded yet in the DOM if (!position) { // should this be break? - + // eslint-disable-next-line no-continue continue; }