Skip to content

Commit

Permalink
feat: sorting TODO change to remind us to adapt interest rate sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamos486 committed Jul 9, 2022
1 parent 345d511 commit fa9666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/results/sort/sortListBy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Moment from "moment";
import _ from "lodash";

/**
* TODO use lodash
* TODO use lodash interest rate sorting
* Sorts a copy of the given list with the given option and returns the copy.
* @param {Result[]} list - filteredResults from ../Results.tsx
* @param {SortOptionType} option - Sort order
Expand Down

0 comments on commit fa9666f

Please sign in to comment.