แก้ไข path manual

This commit is contained in:
AnandaTon 2024-07-16 11:16:14 +07:00
parent 79a64bd5e9
commit 5c1ad93baa

View file

@ -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];