mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
chore: add curly space to fix eslint run (#27858)
This commit is contained in:
parent
1a34b6d211
commit
3127765bde
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user