Skip to content

Commit

Permalink
fix type for content names
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikKarpuk committed Mar 4, 2024
1 parent 48c14ef commit ff26eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/organisms/accountConent/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ScoringConfig = [
fields: {
value: "time",
},
sortBy: SORT_BY.SCORE,
sortBy: SORT_BY.AMOUNT,
},
];

Expand Down

0 comments on commit ff26eab

Please sign in to comment.