diff --git a/js/src/forum/components/Voters.tsx b/js/src/forum/components/Voters.tsx index dad1976..84247a2 100644 --- a/js/src/forum/components/Voters.tsx +++ b/js/src/forum/components/Voters.tsx @@ -51,7 +51,7 @@ export default class Voters extends Component { } view() { - if (!!this.attrs.post.votes() === false || !this.attrs.post.upvotes()) { + if (!this.attrs.post.votes() || !this.attrs.post.upvotes()) { return (