mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
5789bd86c0
Sorting was broken for the "Quote Source" column of the quote sort list. Attempting to sort by this column would arrange the quotes in a seemingly random order. It appears that this was due to this column being programmed to sort by a property called `liquiditySource`, which does not exist in the quote data. I'm unsure what the difference between `liquiditySource` and `quoteSource` was supposed to be; the values in the mocks are all identical. All references to `liquiditySource` have been updated to refer to `quoteSource` instead, and the sorting now works correctly. |
||
---|---|---|
.. | ||
quote-details | ||
sort-list | ||
index.js | ||
index.scss | ||
mock-quote-data.js | ||
select-quote-popover-constants.js | ||
select-quote-popover.js | ||
select-quote-popover.stories.js |