refactor: replaced topology axios call with bee-js

This commit is contained in:
Vojtech Simetka
2021-04-02 10:44:44 +02:00
parent d711b4cd85
commit 53dd4e1741
8 changed files with 70 additions and 79 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export default function NodeSetupWorkflow(props: any) {
setActiveStep(5)
}
if (nodeTopology.connected && nodeTopology.connected > 0) {
if (nodeTopology?.connected && nodeTopology?.connected > 0) {
handleComplete(5)
setActiveStep(6)
}