From 694b06468326d0aa9efd09819a4ca03c16790b94 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 26 Oct 2022 19:47:31 -0500 Subject: [PATCH] remove unnecessary {} --- src/editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/Editor.tsx b/src/editor/Editor.tsx index 0676b023..7726d500 100644 --- a/src/editor/Editor.tsx +++ b/src/editor/Editor.tsx @@ -218,7 +218,7 @@ const TabCloseButton: React.VoidFunctionComponent = ({ uuid })} minimal={true} small={true} - icon={'cross'} + icon="cross" // tabs are closed with delete button by keyboard, so // don't focus the close button tabIndex={-1}