added the expansion line to the card for scanned components

This commit is contained in:
csawatzky 2025-08-29 13:20:51 -06:00
parent c263f16346
commit edb162614c
3 changed files with 8 additions and 7 deletions

View file

@ -40,7 +40,7 @@ export default function DeviceScannedComponents(props: Props){
const [openDialog, setOpenDialog] = useState(false);
useEffect(()=>{
console.log(scannedComponents)
//console.log(scannedComponents)
if (scannedComponents.i2c) setScannedI2C(scannedComponents.i2c)
//makes the array empty for testing
// if (scannedComponents.i2c) {