chore: add curly space to fix eslint run (#27858)

This commit is contained in:
Luigi Colombi 2023-10-30 12:05:48 +01:00 committed by GitHub
parent 1a34b6d211
commit 3127765bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export const TabbedPane: React.FunctionComponent<{
]}
</div>}
{mode === 'select' && <div style={{ flex: 'auto', display: 'flex', height: '100%', overflow: 'hidden' }}>
<select style={{width: '100%', background: 'none', cursor: 'pointer'}} onChange={e => {
<select style={{ width: '100%', background: 'none', cursor: 'pointer' }} onChange={e => {
setSelectedTab(tabs[e.currentTarget.selectedIndex].id);
}}>
{tabs.map(tab => {