Closed NolanJenko closed 2 months ago
This issue should be finished quickly and done in the next few days, I have narrowed down the function that is causing the issue.
Added ids as a part of requests as a part of #16 , that make each row unique and removes the duplication glitch.
Duplicating Items
Currently when sorting one of the columns of the inventory table, some of the items will get duplicated in the list if they share a common value.
How to Reproduce
Possible fixes
This issue most likely lies in how the rows are being sorted so that should be the first area to investigate.