Skip to content

Commit 81cf9d4

Browse files
committed
fix: conditionally render matching developers section
1 parent 970b920 commit 81cf9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
166166
</div>
167167
</.section>
168168
169-
<div class="relative h-full">
169+
<div :if={@matching_devs != []} class="relative h-full">
170170
<div class="flex flex-col space-y-1.5">
171171
<h2 class="text-2xl font-semibold leading-none tracking-tight">
172172
Contracts

0 commit comments

Comments
 (0)