[O] Fix " warning

This commit is contained in:
Hykilpikonna
2019-09-19 18:46:40 -04:00
parent 08b665a1fa
commit 82212cf10c
+1 -1
View File
@@ -55,7 +55,7 @@ export default class App extends Vue
public courses: Course[] = [];
// Currently selected tab
public selectedTab: string = "overall";
public selectedTab: string = 'overall';
// Are the course assignments loaded from the server.
public assignmentsReady: boolean = false;