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