Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Nov 2, 2024
1 parent d138250 commit aacf9f9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/routes/profile/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,10 @@
</Table.Row>
</Table.Header>
<Table.Body>
{#if data.userData.openToCollaborating}
<Table.Row>
<Table.Cell>Open to Collaborating</Table.Cell>
<Table.Cell>{data.userData.openToCollaborating}</Table.Cell>
</Table.Row>
{/if}
<Table.Row>
<Table.Cell>Open to Collaborating</Table.Cell>
<Table.Cell>{data.userData.openToCollaborating}</Table.Cell>
</Table.Row>
</Table.Body>
</Table.Root>

Expand Down

0 comments on commit aacf9f9

Please sign in to comment.