remove unnecessary {}

This commit is contained in:
David Lechner
2022-10-27 13:17:51 -05:00
committed by David Lechner
parent 0725203d66
commit 694b064683
+1 -1
View File
@@ -218,7 +218,7 @@ const TabCloseButton: React.VoidFunctionComponent<TabCloseButtonProps> = ({ 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}