@ -216,7 +216,7 @@ class ArtistIndex extends Component {
const ViewComponent = getViewComponent(view);
const isLoaded = !error && isPopulated && !!items.length && contentBody;
const hasNoArtist = !items.length;
const hasNoArtist = !totalItems;
return (
<PageContent>
@ -16,4 +16,6 @@
.isDisabled {
color: $disabledColor;
pointer-events: none;
}