fix: fixes artwork count on podcasts index page
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="action-wrapper py-1 mb-1 d-flex-between">
|
||||
<span class="bid-owner">{{ number_format($episode->artworks->count()) }} Artworks Submitted</span>
|
||||
<span class="bid-owner">{{ number_format($episode->approvedArtworks->count()) }} Artworks Submitted</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user