diff --git a/src/store/index.js b/src/store/index.js index f39e454..60551c7 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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 () {