Show "Biography not available" notice
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
>
|
||||
{render_bio(artist_info.bio)}
|
||||
</div>
|
||||
<div :if={!@artist_info.ok?} class="bio mt-4 text-sm leading-5 text-zinc-500 dark:text-zinc-400">
|
||||
{gettext("Biography not available")}
|
||||
</div>
|
||||
|
||||
<div :if={@artist_records.collection !== []} class="mt-4">
|
||||
<h2 class="font-semibold text-base sm:text-lg leading-5 text-zinc-700 dark:text-zinc-300">
|
||||
|
||||
Reference in New Issue
Block a user