Skip to content

Commit

Permalink
loading
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 27, 2024
1 parent 0243777 commit f5a5835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
${ isLoading ? this.renderLoadingBar() : this.renderStocks() }
</div>
`;
if(this.influencers.length > 0){
if(this.influencers != null && this.influencers.length > 0){
return html`
${topHtml}
<influencer-summary
Expand Down

0 comments on commit f5a5835

Please sign in to comment.