Skip to content

Commit

Permalink
fix(default tag collections): fix wrong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 11, 2022
1 parent 3d68f55 commit 53cf6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const state = () => ({
},
{
name: 'Order by score',
tags: ['sort:order'],
tags: ['order:score'],
},
],

Expand Down

0 comments on commit 53cf6e7

Please sign in to comment.