From 4182ce94c51b8c34bd724340d22285ce4a0e71e8 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 28 May 2025 11:51:36 -0500 Subject: [PATCH] feat(pg forcast): added to ksc --- frontend/src/components/logistics/dm/DMButtons.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/logistics/dm/DMButtons.tsx b/frontend/src/components/logistics/dm/DMButtons.tsx index 579d7f3..bf99407 100644 --- a/frontend/src/components/logistics/dm/DMButtons.tsx +++ b/frontend/src/components/logistics/dm/DMButtons.tsx @@ -55,6 +55,11 @@ export default function DMButtons() { )} + {plantToken[0]?.value === "usksc1" && ( +
+ +
+ )} ); }