added the expansion line to the card for scanned components
This commit is contained in:
parent
c263f16346
commit
edb162614c
3 changed files with 8 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue