Skip to content

Commit

Permalink
unquote(:runtime)
Browse files Browse the repository at this point in the history
Signed-off-by: a/vivekbala <avivekbala@gmail.com>
  • Loading branch information
ks0m1c authored Sep 23, 2024
1 parent 6a73881 commit 5fb1c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vyasa_web/components/contexts/read.ex
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ defmodule VyasaWeb.Context.Read do
def debug_dump(assigns) do
~H"""
<div
:if={Mix.env() == :dev}
:if={unquote(Mix.env() == :dev)}
class="fixed top-0 left-0 m-4 p-4 bg-white border border-gray-300 rounded-lg shadow-lg max-w-md max-h-80 overflow-auto z-50"
>
<h2 class="text-lg font-bold mb-2">Developer Dump</h2>
Expand Down

0 comments on commit 5fb1c6a

Please sign in to comment.