diff --git a/imports/ui/templates/widgets/tally/tally.js b/imports/ui/templates/widgets/tally/tally.js index 84e61ca1d..11e9d7d96 100644 --- a/imports/ui/templates/widgets/tally/tally.js +++ b/imports/ui/templates/widgets/tally/tally.js @@ -160,7 +160,9 @@ Template.tally.onCreated(function () { if (dbQuery) { if (instance.subscription.ready()) { Session.set('isLedgerReady', true); - computation.stop(); + if (instance.data.options.view === 'userVotes' || instance.data.options.view === 'delegationVotes') { + computation.stop(); + } } instance.handle = dbQuery.observeChanges({ addedBefore: (id, fields) => {