From f6e8140f71e01ae2460990c914fa46fc23e45fc2 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 14 Jan 2026 07:33:43 -0800 Subject: [PATCH] fix: swapped concetration/direction in term table --- src/components/termTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/termTable.tsx b/src/components/termTable.tsx index c61f403..2b73786 100644 --- a/src/components/termTable.tsx +++ b/src/components/termTable.tsx @@ -99,10 +99,10 @@ export default function TermTable({ terms }: { terms: { __typename?: "GeneSet" | {timepoint} - {direction} + {concentration} - {concentration} + {direction}