From 4d78ad9b0e96ca180e0823de17659a2e0814c099 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 14 Oct 2021 18:36:16 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: delvh --- web_src/js/components/DashboardRepoList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/js/components/DashboardRepoList.js b/web_src/js/components/DashboardRepoList.js index 7ae62af0a0..48b135bcaa 100644 --- a/web_src/js/components/DashboardRepoList.js +++ b/web_src/js/components/DashboardRepoList.js @@ -26,7 +26,7 @@ function initVueComponents() { }, organizations: { type: Array, - default: () => [], + default: [], }, isOrganization: { type: Boolean,