Skip to content

Commit

Permalink
Fix Profile bio rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Sep 4, 2023
1 parent 80ed78c commit 16982f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 16982f3

Please sign in to comment.