Frontend Lint

This commit is contained in:
blessedcoolant 2022-12-31 04:46:39 +13:00
parent 9f719883c8
commit 9fded69f0c

View File

@ -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})`;
}
}