diff --git a/js/components/coursesList.vue b/js/components/coursesList.vue
index fef0d41..b2aae64 100644
--- a/js/components/coursesList.vue
+++ b/js/components/coursesList.vue
@@ -74,7 +74,7 @@ var coursesList = {
- {{ course.name }} (詳)
+ {{ course.name }} (詳)
—— {{ (course.department.indexOf(', ')!=-1) ?(course.department.split(', ')[1]) :(course.department) }}
@@ -118,4 +118,4 @@ var coursesList = {
`
-}
\ No newline at end of file
+}
|