mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): lint
This commit is contained in:
@@ -87,7 +87,13 @@ const NoBoardBoard = memo(({ isSelected }: Props) => {
|
||||
</Icon>
|
||||
</Flex>
|
||||
|
||||
<Text fontSize="sm" color={isSelected ? 'base.100' : 'base.300'} fontWeight="semibold" noOfLines={1} flexGrow={1}>
|
||||
<Text
|
||||
fontSize="sm"
|
||||
color={isSelected ? 'base.100' : 'base.300'}
|
||||
fontWeight="semibold"
|
||||
noOfLines={1}
|
||||
flexGrow={1}
|
||||
>
|
||||
{boardName}
|
||||
</Text>
|
||||
{autoAddBoardId === 'none' && <AutoAddBadge />}
|
||||
|
||||
Reference in New Issue
Block a user