Fix sats output

This commit is contained in:
2026-01-30 03:13:31 +00:00
parent bae333c8ad
commit d3d601ec09

View File

@@ -324,7 +324,7 @@ export function ActionWizardScreen(): React.ReactElement {
setCurrentStep(prev => prev + 1); setCurrentStep(prev => prev + 1);
setFocusArea('content'); setFocusArea('content');
setFocusedInput(0); setFocusedInput(0);
}, [currentStep, steps.length, currentStepData]); }, [currentStep, steps.length, currentStepData, variables, showError]);
/** /**
* Create invitation and add variables. * Create invitation and add variables.