From 783b6f04215886ae455cbed926e3ce2bf3e1924f Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Wed, 28 Sep 2022 11:27:04 -0400 Subject: [PATCH] Fix assigns reference --- lib/phoenix/live_dashboard/page_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phoenix/live_dashboard/page_live.ex b/lib/phoenix/live_dashboard/page_live.ex index 3a34747a..612c110f 100644 --- a/lib/phoenix/live_dashboard/page_live.ex +++ b/lib/phoenix/live_dashboard/page_live.ex @@ -329,7 +329,7 @@ defmodule Phoenix.LiveDashboard.PageLive do assigns = %{text: text} ~H""" - + """ end