|
@@ -8,14 +8,14 @@ export default class AccountsPage extends Component {
|
|
|
handleTabChange = (key) => {
|
|
|
const { dispatch, match } = this.props;
|
|
|
switch (key) {
|
|
|
-
|
|
|
- case 'campus':
|
|
|
- dispatch(routerRedux.push(`${match.url}/campus`));
|
|
|
- break;
|
|
|
|
|
|
case 'terminals':
|
|
|
dispatch(routerRedux.push(`${match.url}/terminals`));
|
|
|
break;
|
|
|
+
|
|
|
+ case 'campus':
|
|
|
+ dispatch(routerRedux.push(`${match.url}/campus`));
|
|
|
+ break;
|
|
|
|
|
|
case 'overdue':
|
|
|
dispatch(routerRedux.push(`${match.url}/overdue`));
|