0.10.2-18 Frontend
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user