Skip to content

Commit

Permalink
Fix assigns reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Sep 28, 2022
1 parent 2ab6ce0 commit 783b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/live_dashboard/page_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ defmodule Phoenix.LiveDashboard.PageLive do
assigns = %{text: text}

~H"""
<div class="menu-item active"><%= text %></div>
<div class="menu-item active"><%= @text %></div>
"""
end

Expand Down

0 comments on commit 783b6f0

Please sign in to comment.