From d2a50c3d1f083e82b098d96a932db01e97bcf03d Mon Sep 17 00:00:00 2001 From: arcticfly <41524992+arcticfly@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:21:19 -0700 Subject: [PATCH] List number of scenarios (#14) --- src/components/OutputsTable/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/OutputsTable/index.tsx b/src/components/OutputsTable/index.tsx index 4d468b9..28ac78d 100644 --- a/src/components/OutputsTable/index.tsx +++ b/src/components/OutputsTable/index.tsx @@ -55,8 +55,8 @@ export default function OutputsTable({ experimentId }: { experimentId: string | py={cellPadding.y} > - - Scenario + + Scenarios ({scenarios.data.length})