Explorar o código

test git lint

dufu1991 %!s(int64=3) %!d(string=hai) anos
pai
achega
757dcdcdca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      demo/src/App.svelte

+ 1 - 1
demo/src/App.svelte

@@ -11,7 +11,7 @@
 	// Cycle menuList, and combine the childs of all elements into an array
 	const menuListArr = menuList.reduce((acc, cur) => {
 		if (cur.childs) {
-			acc.push(...cur.childs)
+			acc.push(...cur.childs);
 		}
 		return acc;
 	}, []);