Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
roblo-cgi authored Nov 10, 2023
1 parent 9569a45 commit d5414b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/modules/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5414b3

Please sign in to comment.