From ff60de7de56f1ad6521213c117802942e040e5fc Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 4 May 2023 16:59:58 +0200 Subject: [PATCH] MOBILE-4270 tag: Fix tag route in mobile --- src/core/features/tag/tag-lazy.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/features/tag/tag-lazy.module.ts b/src/core/features/tag/tag-lazy.module.ts index 83079cbcb..a6f3b6c7a 100644 --- a/src/core/features/tag/tag-lazy.module.ts +++ b/src/core/features/tag/tag-lazy.module.ts @@ -45,7 +45,7 @@ function buildRoutes(injector: Injector): Routes { }, { ...indexAreaRoute, - path: `${indexAreaRoute.path}/index`, + path: `index/${indexAreaRoute.path}`, }, ];