From d5414b39ce5f2129160ac9f703ef3262a5e8f248 Mon Sep 17 00:00:00 2001 From: roblo-cgi <53493937+roblo-cgi@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:28:17 -0800 Subject: [PATCH] Update app.js --- frontend/src/store/modules/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/modules/app.js b/frontend/src/store/modules/app.js index 9262e881..a045501a 100644 --- a/frontend/src/store/modules/app.js +++ b/frontend/src/store/modules/app.js @@ -96,7 +96,7 @@ export default { if (orderNumber < 5){ return PROGRAM_YEAR_LANGUAGE_TYPES.HISTORICAL; } - else if (orderNumber > 4){ + else{ return PROGRAM_YEAR_LANGUAGE_TYPES.FY2024_25; } //could write more statements if year specific language is required