about-hotfix

This commit is contained in:
Untone 2024-05-11 19:11:34 +03:00
parent 2334c6b58c
commit 79749bd95e

View File

@ -243,7 +243,7 @@ export const AuthorView = (props: Props) => {
class={styles.longBio}
classList={{ [styles.longBioExpanded]: isBioExpanded() }}
>
<div ref={(el) => (bioContainerRef.current = el)} innerHTML={author().about} />
<div ref={(el) => (bioContainerRef.current = el)} innerHTML={author()?.about || ''} />
</div>
<Show when={showExpandBioControl()}>