Fix Profile bio rendering

This commit is contained in:
Bojan Mojsilovic 2023-09-04 13:44:21 +02:00
parent 80ed78cd63
commit 16982f3453

View File

@ -576,8 +576,7 @@ const Profile: Component = () => {
</div>
</Show>
<div class={styles.profileAbout}>
{renderProfileAbout()}
<div class={styles.profileAbout} innerHTML={renderProfileAbout()}>
</div>
<div class={styles.profileLinks}>