mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Update lib/live_beats_web/live/live_helpers.ex
This commit is contained in:
parent
b542a6f8a3
commit
8fd4c87a84
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ defmodule LiveBeatsWeb.LiveHelpers do
|
|||
<%= render_slot(@inner_block) %>
|
||||
</h1>
|
||||
</div>
|
||||
<%= if Enum.count(assigns.actions) > 0 do %>
|
||||
<%= if Enum.count(@actions) > 0 do %>
|
||||
<div class="mt-4 flex sm:mt-0 sm:ml-4 space-x-4">
|
||||
<%= render_slot(@actions) %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue