From ad455f652cf896d03c533b9a0bec028381fc0bbb Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 9 Nov 2023 10:03:14 -0500 Subject: [PATCH] Remove extra comma --- 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 1daae91eb..d60e51388 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -48,7 +48,7 @@ const Snippetbar = createClass({ return { renderer : this.props.renderer, themeSelector : false, - snippets : [], + snippets : [] }; },