From c4a320e25c86149b3323dbee2bb1dd9c99665223 Mon Sep 17 00:00:00 2001 From: Nate Foss Date: Sat, 8 Feb 2020 15:47:08 -0500 Subject: [PATCH] udpate variable name --- src/components/Semester.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Semester.vue b/src/components/Semester.vue index 78c976e0..3595c2f3 100644 --- a/src/components/Semester.vue +++ b/src/components/Semester.vue @@ -12,7 +12,7 @@ - {{ semesterName }} + {{ semesterYearName }} {{ semesterType }} {{ "'" + semesterYear.toString().substring(2) }} @@ -314,7 +314,7 @@ export default { expectedHours: expectedHours }; }, - semesterName: function () { + semesterYearName: function () { const yearNames = ['Freshman', 'Sophomore', 'Junior', 'Senior', 'Fifth Year']; if (this.index === 0) { return '';