diff --git a/Selector.Web/Pages/Now.cshtml b/Selector.Web/Pages/Now.cshtml index 4a72306..31a6ffc 100644 --- a/Selector.Web/Pages/Now.cshtml +++ b/Selector.Web/Pages/Now.cshtml @@ -26,7 +26,7 @@ + v-if="showArtistBreakdown"> 3; }, + showArtistBreakdown(){ + return this.playCount !== null && this.playCount !== undefined && this.playCount.artist > 0; + }, earliestDate(){ return this.playCount.artistCountData[0].timeStamp; },