Skip to content

Commit c2945b5

Browse files
committed
Fix: reset score sort in submission sort to default
1 parent 5a79d47 commit c2945b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/filters/submission.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ export const submissionSorts = [
2424
{
2525
key: "score",
2626
label: "Sort by score",
27-
direction: -1
27+
direction: 0
2828
}
2929
];

0 commit comments

Comments
 (0)