0.10.2-18 Frontend

This commit is contained in:
2026-03-17 11:47:41 +00:00
parent 57ffc40a95
commit 7796587f16
9 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -2734,7 +2734,7 @@ export default function DashboardPage({
const cancelBusy = isRuntimeActionBusy(item?.id, 'cancel');
const nextStepBusy = isRuntimeActionBusy(item?.id, 'next-step');
const stepLabel = item?.stepIndex != null && item?.stepTotal != null
? `Schritt ${item.stepIndex + 1}/${item.stepTotal}`
? `Schritt ${item.stepIndex}/${item.stepTotal}`
: item?.currentStep
? 'Schritt'
: null;