I am building a custom hook for react, which applies filter(by category) and search to an array.
const amountSmallestFirst = (a, b) => { return a.amount - b.