From 7e165a9b2b4fb3c3cd25157a92feb31c9196cc6a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 24 Apr 2021 12:38:46 +0200 Subject: [PATCH] NotificationList.vue make default not a function --- webapp/components/NotificationList/NotificationList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/NotificationList/NotificationList.vue b/webapp/components/NotificationList/NotificationList.vue index fd2d6366c..877133f39 100644 --- a/webapp/components/NotificationList/NotificationList.vue +++ b/webapp/components/NotificationList/NotificationList.vue @@ -20,7 +20,7 @@ export default { props: { notifications: { type: Array, - default: () => [], + default: [], }, }, methods: {