mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): lint
This commit is contained in:
committed by
Kent Keirsey
parent
2d922a0a65
commit
ac0d0019bd
@ -11,7 +11,11 @@ export const InvTab = memo(
|
||||
<ChakraTab ref={ref} {...rest}>
|
||||
{children}
|
||||
<Spacer />
|
||||
{badges?.map((b, i) => <InvBadge key={`${b}.${i}`} colorScheme='invokeYellow'>{b}</InvBadge>)}
|
||||
{badges?.map((b, i) => (
|
||||
<InvBadge key={`${b}.${i}`} colorScheme="invokeYellow">
|
||||
{b}
|
||||
</InvBadge>
|
||||
))}
|
||||
</ChakraTab>
|
||||
);
|
||||
})
|
||||
|
Reference in New Issue
Block a user