Remove unused variable
This commit is contained in:
parent
521b4947a2
commit
5ee92e7784
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue