mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 11:04:49 +00:00
remove unnecessary {}
This commit is contained in:
committed by
David Lechner
parent
0725203d66
commit
694b064683
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user