chore(react): fixing lint errors

This commit is contained in:
Ely Lucas
2020-09-08 09:36:44 -06:00
parent b11e06cec1
commit 4090250da7
4 changed files with 13 additions and 13 deletions

View File

@ -111,7 +111,7 @@ class IonRouterInner extends React.PureComponent<IonRouteProps, IonRouteState> {
this.incomingRouteParams = {
routeAction: 'replace',
routeDirection: 'none',
tab: this.currentTab //TODO this isn't legit if replacing to a page that is not in the tabs
tab: this.currentTab // TODO this isn't legit if replacing to a page that is not in the tabs
};
}
if (action === 'POP') {