removing dead link in bin visualizer when no plenum is attached to a bin

This commit is contained in:
csawatzky 2026-05-05 09:17:22 -06:00
parent 2d00070130
commit ac57b1b0f4

View file

@ -1159,7 +1159,7 @@ export default function BinVisualizer(props: Props) {
<BindaptIcon /> <BindaptIcon />
</Avatar> </Avatar>
<Box textAlign="center" width={"85%"}> <Box textAlign="center" width={"85%"}>
<Link href="https://www.bindapt.com/bins/">View Smart Bin Devices</Link> <Typography>No Plenums found</Typography>
</Box> </Box>
</Box> </Box>
)} )}