Преглед изворни кода

:bug: assignment instead of arg

tags/0.9.0
J пре 4 година
родитељ
комит
5f3883484d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      vue-theme/src/store/modules/artist.js

+ 1
- 1
vue-theme/src/store/modules/artist.js Прегледај датотеку

@@ -44,7 +44,7 @@ const _arrangeByAlpha = artistsList => {
44 44
         
45 45
         // The first artist you've seen in this batch
46 46
         if(i == 0) {
47
-            seen = alphabet.indexOf[firstCharaOfLastWord]
47
+            seen = alphabet.indexOf(firstCharaOfLastWord)
48 48
             console.log(alphabet[seen], seen)
49 49
             flatPacked.push({ slug: alphabet[seen], title: alphabet[seen], inbetween: true })
50 50
         }

Loading…
Откажи
Сачувај