Skip to content

Commit

Permalink
fix: highlights conditional rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Dec 18, 2024
1 parent 189b977 commit f2456f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/(app)/q/[name]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>
<div class="h-12"></div>
<QuibsHeader />
{#if highlighted_quibs}
{#if highlighted_quibs?.length}
<div class="flex flex-col gap-4">
<div class="flex items-center gap-2">
<coreicons-shape-hash class="size-5"></coreicons-shape-hash>
Expand Down

0 comments on commit f2456f0

Please sign in to comment.