git ssb

16+

Dominic / patchbay



Commit ff39d6ee0e93bb59f26a1f6382429ba5fa968ad0

Fix network page with missing depject dep

Christian Bundy committed on 12/4/2018, 6:41:35 PM
Parent: ea1117f236e97ca4766ffc032597a0d6366ae6d5

Files changed

app/page/network.jschanged
app/page/network.jsView
@@ -14,8 +14,9 @@
1414 'app.page.network': true
1515 })
1616
1717 exports.needs = nest({
18 + 'app.sync.goTo': 'first',
1819 'sbot.obs.connection': 'first'
1920 })
2021
2122 exports.create = function (api) {

Built with git-ssb-web