diff --git a/src/pages/Admin/Charity/Dashboard/Loaded.tsx b/src/pages/Admin/Charity/Dashboard/Loaded.tsx index ec0148a53b..89490c162e 100644 --- a/src/pages/Admin/Charity/Dashboard/Loaded.tsx +++ b/src/pages/Admin/Charity/Dashboard/Loaded.tsx @@ -22,6 +22,7 @@ export function Loaded({ "liq-cash": 0, "liq-lock": 0, "lock-cash": 0, + "lock-liq": 0, }; const liqDeductions = Object.entries(mov).reduce( @@ -42,6 +43,7 @@ export function Loaded({ "liq-cash": props.donationsBal - liqDeductions, "liq-lock": props.donationsBal - liqDeductions, "lock-cash": props.sustainabilityFundBal - lockDeductions, + "lock-liq": props.sustainabilityFundBal - lockDeductions, }; return ( diff --git a/src/pages/Admin/Charity/Dashboard/LockActions.tsx b/src/pages/Admin/Charity/Dashboard/LockActions.tsx index 30ed69d518..4ef7472e69 100644 --- a/src/pages/Admin/Charity/Dashboard/LockActions.tsx +++ b/src/pages/Admin/Charity/Dashboard/LockActions.tsx @@ -13,6 +13,21 @@ export function LockActions({ classes = "", ...props }: Props) { const { showModal } = useModalContext(); return (
+