Skip to content

Commit

Permalink
chore(dcellar-web-ui): remove some deprecated codes
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Aug 31, 2023
1 parent 0ad4bba commit 45107b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const PaymentAccountDetail = () => {
const clear = useInterval(() => {
if (!paymentAccount) return;
const { netflowRate, staticBalance, crudTimestamp } = paymentAccount;
debugger;
const ts = Math.floor(getUtcZeroTimestamp() / 1000);
const needSettleRate = BigNumber(netflowRate || 0).times(BigNumber(ts - crudTimestamp));
const availableBalance = BigNumber(staticBalance).plus(needSettleRate).toString();
Expand Down

0 comments on commit 45107b4

Please sign in to comment.