Skip to content
Snippets Groups Projects
Commit 09c65228 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

fix favourites filter

parent 25ae7a01
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,8 @@ export default {
getParams() {
if (this.favoris) {
return localStorage.favourites
? { group: "wotwizard-nobody", period: 2635200 }
: { group: this.$favourites.list, period: 2635200 }
? { group: this.$favourites.list, period: 2635200 }
: { group: "wotwizard-nobody", period: 2635200 }
}
return { period: 2635200 }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment