Fix issue with wrongfully used assign function
This commit is contained in:
@ -18,7 +18,7 @@ defmodule OutlookWeb.HtmlDocComponent do
|
||||
end
|
||||
def render_doc(assigns) do
|
||||
assigns
|
||||
|> assign(:tunit_tag, "span")
|
||||
|> Map.put(:tunit_tag, "span")
|
||||
|> render_doc()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user