Skip to content

Commit

Permalink
fix: fix regression from last commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 28, 2021
1 parent d3c205b commit 832cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/booru.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const getters = {
return getters.getActiveBooruType.initialPageID
}

return pageID
return Number(pageID)
},

getTags: (state, getters, rootState, rootGetters) => {
Expand Down

0 comments on commit 832cb71

Please sign in to comment.