Closed bcho892 closed 3 months ago
Is your feature request related to a problem? Please describe.
When we fetch the prices in uasc-next\src\services\AppData\AppDataService.ts we don't sort them currently. they should be in the order specified by the client:
uasc-next\src\services\AppData\AppDataService.ts
BEFORE MERGING
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
When we fetch the prices in
uasc-next\src\services\AppData\AppDataService.ts
we don't sort them currently. they should be in the order specified by the client:BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)