An investor reported a bug in the UI where the totals shown in the withdrawal card do not match up.

Looking at the data in the DB this users had some lockups and it looks like those are not taken into account by the UI code computing those totals.
|
data.totals.vested[currency].minus( |
An investor reported a bug in the UI where the totals shown in the withdrawal card do not match up.

Looking at the data in the DB this users had some lockups and it looks like those are not taken into account by the UI code computing those totals.
t3/token-transfer-client/src/components/WithdrawalSummaryCard.js
Line 62 in 37ce30a