1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Fixing missing data when loading bundle page. (#106)

This commit is contained in:
Sean Corrales 2018-10-30 16:48:00 -07:00 committed by John Cleaver
parent 4e98c814c3
commit c8802598ce

View File

@ -57,7 +57,7 @@ export default new Vuex.Store({
})
function getById (array, id) {
return array.find(x => x.id === id)
return array.find(x => x.id == id)
}
function loadSeasons () {