mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
disable single attribute per line
This commit is contained in:
@@ -144,10 +144,7 @@ export const AppMenu = () => {
|
||||
key={`server-${server.id}`}
|
||||
leftSection={
|
||||
isSessionExpired ? (
|
||||
<Icon
|
||||
fill="error"
|
||||
icon="lock"
|
||||
/>
|
||||
<Icon fill="error" icon="lock" />
|
||||
) : (
|
||||
<Icon
|
||||
color={server.id === currentServer?.id ? 'primary' : undefined}
|
||||
@@ -186,10 +183,7 @@ export const AppMenu = () => {
|
||||
>
|
||||
{t('page.appMenu.openBrowserDevtools', { postProcess: 'sentenceCase' })}
|
||||
</DropdownMenu.Item>
|
||||
<DropdownMenu.Item
|
||||
leftSection={<Icon icon="x" />}
|
||||
onClick={handleQuit}
|
||||
>
|
||||
<DropdownMenu.Item leftSection={<Icon icon="x" />} onClick={handleQuit}>
|
||||
{t('page.appMenu.quit', { postProcess: 'sentenceCase' })}
|
||||
</DropdownMenu.Item>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user