|
|
@@ -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
|
}
|