printing modem component for debug
This commit is contained in:
parent
cb61f9285c
commit
d1eab6cd61
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ export default function DeviceOverview(props: Props) {
|
|||
variant={modemComponent ? "filled" : "outlined"}
|
||||
clickable={modemComponent !== null}
|
||||
onClick={() => {
|
||||
console.log(modemComponent)
|
||||
if (modemComponent && modemComponent.key()) {
|
||||
navigate(pathToDevice() + "/components/" + modemComponent.key());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue