From f202e45e49f0f3a92bc6157a4dcff05e01c88725 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 3 May 2022 13:48:19 +1200 Subject: [PATCH] Shift to `[].includes` --- client/homebrew/editor/snippetbar/snippetbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 2be9e4775..f16ebbbb4 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -69,7 +69,7 @@ const Snippetbar = createClass({ if(!this.props.showEditButtons) return; return
-