diff --git a/js/src/forum/components/Voters.tsx b/js/src/forum/components/Voters.tsx index 161f35b..97e2390 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() || !this.attrs.post.upvotes()) { + if (this.loading || !this.attrs.post.upvotes()) { return (