From 5c1ad93baad6535b4172577ec19fc10448a39a2e Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Tue, 16 Jul 2024 11:16:14 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20path=20manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.ts b/src/app.config.ts index c094e6d..d25db11 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -56,7 +56,7 @@ const generatePopupPath = (routeName: any) => { if (routeName.includes("scholarship")) { return `${path}/manual/chapter-10-user-scholarship`; } - if (routeName.includes("retire")) { + if (routeName.includes("Retire")) { return `${path}/manual/chapter-11-user-retire`; } else { return manualConfig[routeName as keyof typeof manualConfig];