const ArtistInline = ({ artists, className, }: { artists: Artist[] className?: string }) => { if (!artists) return