git ssb

16+

Dominic / patchbay



Commit a9195c696583b3d711feccb0b9ec40bc2ea10f1e

fix connection icon

mixmix committed on 1/14/2019, 9:53:15 PM
Parent: e9085cc7a48d9c0b501afd9f9b98a4e1c076baad

Files changed

app/html/connection.jschanged
app/html/connection.jsView
@@ -21,9 +21,9 @@
2121 const newMessageClass = NewMessageClass(api)
2222 const { connection, localPeers } = api.sbot.obs
2323
2424 return h('Connection', computed([connection, localPeers()], (connection, localPeers) => {
25- if (localPeers) {
25 + if (localPeers.length) {
2626 return h('i.fa.fa-user-circle-o', {
2727 title: 'peers on your local network!',
2828 'ev-click': () => api.app.sync.goTo('/network'),
2929 className: newMessageClass

Built with git-ssb-web