Skip to content

Commit ee2b486

Browse files
Mary Hippmaryhipp
Mary Hipp
authored andcommitted
fix badge for validation run
1 parent a2c7050 commit ee2b486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/queue/components/QueueList/QueueItemComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const QueueItemComponent = ({ index, item, context }: InnerItemProps) => {
120120
)}
121121
</Flex>
122122
<Flex alignItems="center" w={COLUMN_WIDTHS.validationRun} flexShrink={0}>
123-
{!isValidationRun && <Badge>{t('workflows.builder.publishingValidationRun')}</Badge>}
123+
{isValidationRun && <Badge>{t('workflows.builder.publishingValidationRun')}</Badge>}
124124
</Flex>
125125
<Flex alignItems="center" w={COLUMN_WIDTHS.actions} pe={3}>
126126
<ButtonGroup size="xs" variant="ghost">

0 commit comments

Comments
 (0)