From b66ad8bb8cb017445a20e95631f5b4e0fae71c77 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Wed, 19 Mar 2025 09:43:38 -0600 Subject: [PATCH] removed warning icon that should not be there --- src/bin/BinCardV2.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/BinCardV2.tsx b/src/bin/BinCardV2.tsx index 902788e..7269784 100644 --- a/src/bin/BinCardV2.tsx +++ b/src/bin/BinCardV2.tsx @@ -517,9 +517,6 @@ export default function BinCard(props: Props) { {info()} {componentStateBanner()} - - - ); }