mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] router: remove useless check
This commit is contained in:
@@ -116,7 +116,6 @@ export class Router {
|
|||||||
if (params) {
|
if (params) {
|
||||||
if (route.redirect) {
|
if (route.redirect) {
|
||||||
this.navigate(route.redirect);
|
this.navigate(route.redirect);
|
||||||
this.checkRoute();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.currentRoute = route;
|
this.currentRoute = route;
|
||||||
|
|||||||
Reference in New Issue
Block a user