chore: lint
This commit is contained in:
@@ -249,9 +249,11 @@ export const BrowserWindow = () => {
|
|||||||
size="medium"
|
size="medium"
|
||||||
key={option.value}
|
key={option.value}
|
||||||
onClick={() => handleAttributeSelection(option.value)}
|
onClick={() => handleAttributeSelection(option.value)}
|
||||||
style={{ justifyContent: 'flex-start', whiteSpace: 'nowrap',
|
style={{
|
||||||
|
justifyContent: 'flex-start', whiteSpace: 'nowrap',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
textOverflow: 'ellipsis' }}
|
textOverflow: 'ellipsis'
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{option.label}
|
{option.label}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user