Skip to content

Commit 694b064

Browse files
committed
remove unnecessary {}
1 parent 0725203 commit 694b064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const TabCloseButton: React.VoidFunctionComponent<TabCloseButtonProps> = ({ uuid
218218
})}
219219
minimal={true}
220220
small={true}
221-
icon={'cross'}
221+
icon="cross"
222222
// tabs are closed with delete button by keyboard, so
223223
// don't focus the close button
224224
tabIndex={-1}

0 commit comments

Comments
 (0)