Skip to content

Commit

Permalink
fix: Fix async card.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Jul 9, 2024
1 parent dd0e580 commit 14c7ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ defmodule PhoenixDuskmoon.Component.Card do
Map.get(action, :class, ""),
]}
>
<%= render_slot(action) %>
<%= render_slot(action, Map.get(@assign, :result)) %>
</div>
</div>
</div>
Expand Down

0 comments on commit 14c7ad6

Please sign in to comment.