Commit 6285dc66 authored by yann300's avatar yann300

typo

parent f3331b29
...@@ -384,7 +384,7 @@ function settings (appAPI, appEvents) { ...@@ -384,7 +384,7 @@ function settings (appAPI, appEvents) {
const updateNetwork = () => { const updateNetwork = () => {
executionContext.detectNetwork((err, { id, name } = {}) => { executionContext.detectNetwork((err, { id, name } = {}) => {
if (err) console.error(err) if (err) console.error(err)
net.innerHTML = `<i class="${css.networkItem} fa fa-plug" aria-hidden="true"></i> ${name}(${id || '-'})` net.innerHTML = `<i class="${css.networkItem} fa fa-plug" aria-hidden="true"></i> ${name} (${id || '-'})`
}) })
} }
setInterval(updateNetwork, 5000) setInterval(updateNetwork, 5000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment