git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 22ab3f74fc9451203cde54a3db310851b3ac6870

Merge branch 'master' of https://github.com/ssbc/patchwork

Matt McKegg committed on 2/20/2018, 6:31:51 AM
Parent: 9f9bd54c8d0cda158b3b06d3c85c520f8519a5ae
Parent: 69876840cadd2230cb5947b124fbec64d7846258

Files changed

modules/channel/obs/suggest.jschanged
modules/channel/obs/suggest.jsView
@@ -52,9 +52,9 @@
5252 return Struct({
5353 title: id[0],
5454 id: `#${id[0]}`,
5555 subtitle: computed([id[0], subscribed, `(${id[1]})`], subscribedCaption),
56- value: `#${id}`
56+ value: `#${id[0]}`
5757 })
5858 } else {
5959 return Struct({
6060 title: id,

Built with git-ssb-web