removed warning icon that should not be there

This commit is contained in:
csawatzky 2025-03-19 09:43:38 -06:00
parent 28c4a6d54a
commit b66ad8bb8c

View file

@ -517,9 +517,6 @@ export default function BinCard(props: Props) {
{info()} {info()}
{componentStateBanner()} {componentStateBanner()}
</Box> </Box>
<Box style={{position: "absolute", right:5, bottom: 1}}>
<Warning />
</Box>
</Card> </Card>
); );
} }