Skip to content

Commit d7d4a5d

Browse files
committed
[DDW-596] remove unused method instead of commenting it out
1 parent 9d0a031 commit d7d4a5d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/renderer/app/containers/wallet/PaperWalletCreateCertificatePage.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@ class PaperWalletCreateCertificatePage extends Component<Props, State> {
120120
currentStep: nextStep,
121121
});
122122
};
123-
// onBack = () => {
124-
// // eslint-disable-next-line react/no-access-state-in-setstate
125-
// const prevStep = this.state.currentStep ? this.state.currentStep - 1 : 0;
126-
// const prevDialog = this.CREATE_CERTIFICATE_DIALOGS[prevStep];
127-
// this.setState({
128-
// currentStep: prevStep,
129-
// });
130-
// this.switchDialog(prevDialog);
131-
// this.props.actions.wallets.updateCertificateStep.trigger(true);
132-
// };
133123
onClose = () => {
134124
this.setState({
135125
currentStep: 0,

0 commit comments

Comments
 (0)