Commit c458fc7d6861c35a24d0bef4635354827b271ce1
whoops, fix backlink filtering
Matt McKegg committed on 6/18/2017, 8:36:23 AMParent: 3ac3eecfe1dcc5b70f54572fa6b1f683b92daf34
Files changed
message/html/backlinks.js | changed |
message/html/backlinks.js | ||
---|---|---|
@@ -22,9 +22,9 @@ | ||
22 | 22 … | return when(computed(references, hasItems), |
23 | 23 … | h('MessageBacklinks', [ |
24 | 24 … | h('header', 'backlinks:'), |
25 | 25 … | h('ul', [ |
26 | - map(backlinks, (backlink) => { | |
26 … | + map(references, (backlink) => { | |
27 | 27 … | return h('li', [ |
28 | 28 … | h('a -backlink', { href: backlink.id, title: backlink.id }, api.message.obs.name(backlink.id)) |
29 | 29 … | ]) |
30 | 30 … | }) |
Built with git-ssb-web