rep defect 46

This commit is contained in:
2025-02-07 12:45:30 +00:00
parent ff83456d03
commit 608348910f
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ let BuildSection = (props) => {
useSaveStatus &&
router.replace(
router.locale != "en"
? "/" + router.locale + "/myportal"
? "/" + router.locale + "/fymhorth"
: "/myportal"
);
};