Przeglądaj źródła

:bug: forgot to declare the var first

tags/0.9.0
J 4 lat temu
rodzic
commit
ef8feb8a44
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      vue-theme/src/store/modules/artist.js

+ 1
- 1
vue-theme/src/store/modules/artist.js Wyświetl plik

@@ -18,7 +18,7 @@ const getters = {
18 18
 }
19 19
 
20 20
 const _arrangeByMaterial = artistsList => {
21
-    byMaterial = {}
21
+    const byMaterial = {}
22 22
     artistsList.forEach(artist => {
23 23
         artist.materials.forEach(mat => {
24 24
             if(!byMaterial[mat]) byMaterial[mat] = []

Ładowanie…
Anuluj
Zapisz