mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-02-19 17:58:07 +00:00
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…
x
Reference in New Issue
Block a user