Skip to content

Commit

Permalink
fix: remove unnecessary flash group
Browse files Browse the repository at this point in the history
  • Loading branch information
leearaneta committed Aug 7, 2024
1 parent 441a4b8 commit d963f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/snippit_web/live/hello_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ defmodule SnippitWeb.HelloLive do

def render(assigns) do
~H"""
<.flash_group flash={@flash} />
<.modal id="privacy_policy">
<div class="h-[64vh] flex flex-col gap-8 overflow-scroll">
<div class="text-2xl font-bold"> Privacy Policy </div>
Expand Down

0 comments on commit d963f65

Please sign in to comment.