From 7089c84a9e653ab2c532b832dacdbc24bed61e78 Mon Sep 17 00:00:00 2001 From: Zachary Fogg Date: Fri, 25 Nov 2022 21:53:22 -0500 Subject: [PATCH] original bao distribution amout bugfix (#79) --- src/pages/distribution/components/Locked.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/distribution/components/Locked.tsx b/src/pages/distribution/components/Locked.tsx index 699257f8..c973a278 100644 --- a/src/pages/distribution/components/Locked.tsx +++ b/src/pages/distribution/components/Locked.tsx @@ -206,7 +206,7 @@ const Migration: React.FC = () => { Original Distribution Amount
BAO - {getDisplayBalance(dist ? dist.amountOwedTotal : BigNumber.from(0))} + {getDisplayBalance(merkleLeaf ? merkleLeaf.amount : BigNumber.from(0))}