Skip to content

Commit 2aa8c51

Browse files
fix:5798-2
1 parent 9f349ca commit 2aa8c51

File tree

1 file changed

+2
-2
lines changed
  • src/shared/components/Settings/Account

1 file changed

+2
-2
lines changed

src/shared/components/Settings/Account/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ export default class Account extends React.Component {
8080
switch (tab) {
8181
case 'my account':
8282
return <MyAccount {...this.props} />;
83-
case 'linked accounts':
84-
return <LinkedAccount {...this.props} />;
83+
// case 'linked accounts':
84+
// return <LinkedAccount {...this.props} />;
8585
default:
8686
return <ComingSoon />;
8787
}

0 commit comments

Comments
 (0)