Remove unused variable
This commit is contained in:
parent
521b4947a2
commit
5ee92e7784
|
@ -77,8 +77,6 @@ export function Stepper({
|
|||
duration = 500,
|
||||
onNextStep,
|
||||
}: Props) {
|
||||
const label = state.step === titles.length - 1 ? "Finish" : "Next";
|
||||
|
||||
const onChangeStep = async (nextStep: number) => {
|
||||
if (nextStep < 0) {
|
||||
return dispatch({
|
||||
|
|
Loading…
Reference in New Issue