git ssb

10+

Matt McKegg / patchwork



Commit 01729a41ce366a9c658652fdbc3a6793b0c89de5

fix show updates display

Matt McKegg committed on 10/29/2016, 5:22:48 AM
Parent: 0405c2c6e56360eb92b2acbfa5f6ea97ddc20475

Files changed

views/public-feed.jschanged
views/public-feed.jsView
@@ -52,9 +52,9 @@
5252
5353 pull(
5454 sbot_log({old: false}),
5555 pull.drain((item) => {
56- if (!item.value.content.type === 'vote') {
56 + if (item.value.content.type !== 'vote') {
5757 updates.set(updates() + 1)
5858 }
5959 })
6060 )

Built with git-ssb-web