From 92114bb22cc5bdd2ce6d05133c12300a4e3cf738 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Tue, 3 Feb 2026 16:20:43 -0600 Subject: [PATCH] changing the column label --- src/gate/GateList.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gate/GateList.tsx b/src/gate/GateList.tsx index 5c7fb0c..bbc5ecd 100644 --- a/src/gate/GateList.tsx +++ b/src/gate/GateList.tsx @@ -195,9 +195,9 @@ export default function GateList(props: Props) { ) } - const CtoF = (celsius: number) => { - return Math.round((celsius * (9 / 5) + 32) * 100) / 100; - }; + // const CtoF = (celsius: number) => { + // return Math.round((celsius * (9 / 5) + 32) * 100) / 100; + // }; const desktopCols = (): Column[] => { return [ @@ -230,7 +230,7 @@ export default function GateList(props: Props) { } }, { - title: "Conditioning", + title: "Delta Temperature", render: gate => { return ( @@ -311,7 +311,7 @@ export default function GateList(props: Props) { {terminalMap.get(gate.terminal()) ?? "None"} - Conditioning: + Delta Temperature: {conditionDisplay(gate)} {/* taking these out for now because we are not sure if the customer wants them */}