Remove unused variable

This commit is contained in:
Arnaud 2024-09-20 15:36:04 +02:00
parent 521b4947a2
commit 5ee92e7784
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ export function Stepper({
duration = 500, duration = 500,
onNextStep, onNextStep,
}: Props) { }: Props) {
const label = state.step === titles.length - 1 ? "Finish" : "Next";
const onChangeStep = async (nextStep: number) => { const onChangeStep = async (nextStep: number) => {
if (nextStep < 0) { if (nextStep < 0) {
return dispatch({ return dispatch({