mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore(react): fixing lint errors
This commit is contained in:
@ -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') {
|
||||
|
Reference in New Issue
Block a user