From c76b0781595307289a54a7f488c81678907cf8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 21 Sep 2023 18:06:44 +0200 Subject: [PATCH] Cohorts: Show Streamed instead of Balance (#20) --- packages/nextjs/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nextjs/pages/index.tsx b/packages/nextjs/pages/index.tsx index 867483f..17cbc76 100644 --- a/packages/nextjs/pages/index.tsx +++ b/packages/nextjs/pages/index.tsx @@ -309,7 +309,7 @@ const Home: NextPage<{ Name Hackers - Balance + Streamed @@ -322,7 +322,7 @@ const Home: NextPage<{ {cohort.name} {Object.keys(cohort.builders).length} - {parseFloat(cohort.balance).toFixed(2)} + {parseFloat(cohort.totalWithdrawn).toFixed(2)} ETH