From 7872741fc19b3fbcfa0482d40490fbdfda189371 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Mon, 30 Aug 2021 21:08:36 -0500 Subject: Fix linting errors --- src/components/EditorLists.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/EditorLists.vue b/src/components/EditorLists.vue index 76f8cd1..dff34f4 100644 --- a/src/components/EditorLists.vue +++ b/src/components/EditorLists.vue @@ -44,11 +44,11 @@ export default defineComponent({ props: { peerTeachers: { type: Array as PropType, - default: [], + default: () => [], }, labs: { type: Array as PropType, - default: [], + default: () => [], }, }, computed: { -- cgit v1.2.3