Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 17, 2024
1 parent 44c75e0 commit 85f554c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Admin/Charity/Dashboard/Loaded.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export function Loaded({
"lock-liq": 0,
};

const liqChange = mov["lock-liq"] - mov["liq-cash"] - mov["liq-lock"];
const lockChange = mov["liq-lock"] - mov["lock-cash"] - mov["lock-liq"];

return (
<div className={`${classes} mt-6`}>
<h3 className="uppercase mb-4 font-black">Account Balances</h3>
Expand Down

0 comments on commit 85f554c

Please sign in to comment.