From 5c9832b037ad8e90845e8a2c65115d14334afa6e Mon Sep 17 00:00:00 2001 From: csawatzky Date: Wed, 11 Mar 2026 11:22:35 -0600 Subject: [PATCH] hotfix to show the actual fan state on the bin page and not have it hardcoded to on --- src/bin/BinVisualizerV2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/BinVisualizerV2.tsx b/src/bin/BinVisualizerV2.tsx index 37ed664..53ee866 100644 --- a/src/bin/BinVisualizerV2.tsx +++ b/src/bin/BinVisualizerV2.tsx @@ -1556,7 +1556,7 @@ export default function BinVisualizer(props: Props) { let device = componentDevices.get(fan.key) if(fanComp && device){ return ( - + ) } })}