Skip to content

Commit abefcba

Browse files
author
Justice Arthur
committed
remove method binding
1 parent 5477628 commit abefcba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/settings/Payments/PaymentsPage/BasePaymentsPage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ class BasePaymentsPage extends React.Component {
5858
this.hidePasswordPrompt = this.hidePasswordPrompt.bind(this);
5959
this.navigateToTransferBalancePage = this.navigateToTransferBalancePage.bind(this);
6060
this.setMenuPosition = this.setMenuPosition.bind(this);
61-
this.fetchData = this.fetchData.bind(this);
6261
}
6362

6463
componentDidMount() {

0 commit comments

Comments
 (0)