mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 08:38:00 -05:00
fix badge for validation run
This commit is contained in:
committed by
Mary Hipp Rogers
parent
a2c7050832
commit
ee2b486e8b
@@ -120,7 +120,7 @@ const QueueItemComponent = ({ index, item, context }: InnerItemProps) => {
|
||||
)}
|
||||
</Flex>
|
||||
<Flex alignItems="center" w={COLUMN_WIDTHS.validationRun} flexShrink={0}>
|
||||
{!isValidationRun && <Badge>{t('workflows.builder.publishingValidationRun')}</Badge>}
|
||||
{isValidationRun && <Badge>{t('workflows.builder.publishingValidationRun')}</Badge>}
|
||||
</Flex>
|
||||
<Flex alignItems="center" w={COLUMN_WIDTHS.actions} pe={3}>
|
||||
<ButtonGroup size="xs" variant="ghost">
|
||||
|
||||
Reference in New Issue
Block a user