diff --git a/openslides/motions/static/js/motions/base.js b/openslides/motions/static/js/motions/base.js index c6fdb80a8..174cf9df1 100644 --- a/openslides/motions/static/js/motions/base.js +++ b/openslides/motions/static/js/motions/base.js @@ -68,7 +68,7 @@ angular.module('OpenSlidesApp.motions', ['OpenSlidesApp.users']) methods: { // returns object with value and percent getVote: function (vote) { - if (!this.has_votes || !vote) { + if (!this.has_votes) { return; } var value = '';