mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Frontend Lint
This commit is contained in:
parent
9f719883c8
commit
9fded69f0c
@ -61,7 +61,9 @@ const StatusIndicator = () => {
|
||||
if (statusMessage)
|
||||
if (isProcessing) {
|
||||
if (totalIterations > 1) {
|
||||
statusMessage = t(statusMessage as keyof typeof t) + ` (${currentIteration}/${totalIterations})`;
|
||||
statusMessage =
|
||||
t(statusMessage as keyof typeof t) +
|
||||
` (${currentIteration}/${totalIterations})`;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user