removed the mobile hook as that is what is the problem with the table, also removed the logs that are not needed anymore
This commit is contained in:
parent
40a4c51a66
commit
cdad408152
7 changed files with 4 additions and 17 deletions
|
|
@ -56,10 +56,6 @@ export default function CableMounting(props: Props) {
|
|||
}
|
||||
]
|
||||
|
||||
useEffect(()=>{
|
||||
console.log("cableMounting: " + bin.CableSums)
|
||||
},[bin])
|
||||
|
||||
return (
|
||||
<ResponsiveTable<CableSum>
|
||||
title={<Typography style={{ fontSize: 20, fontWeight: 650 }}>Install Guide</Typography>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue