chore: lint

This commit is contained in:
karishmas6
2024-08-21 22:28:15 +05:30
parent fe32002227
commit 947a3d734b

View File

@@ -249,9 +249,11 @@ export const BrowserWindow = () => {
size="medium"
key={option.value}
onClick={() => handleAttributeSelection(option.value)}
style={{ justifyContent: 'flex-start', whiteSpace: 'nowrap',
style={{
justifyContent: 'flex-start', whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis' }}
textOverflow: 'ellipsis'
}}
>
{option.label}
</Button>