mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 01:59:23 +08:00
fix b
This commit is contained in:
@@ -44,7 +44,8 @@ class ConfirmChangesDialog extends React.Component {
|
||||
goToNextStep: this.goToNextStep,
|
||||
clear: this.clear,
|
||||
cancel: this.cancel,
|
||||
next: this.state.step === steps.length ? this.finish : this.continue,
|
||||
next:
|
||||
this.state.step === steps.length - 1 ? this.finish : this.continue,
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user