Skip to content

Commit

Permalink
Fix HTML render on dead render
Browse files Browse the repository at this point in the history
  • Loading branch information
supernintendo committed Dec 4, 2023
1 parent 02b628a commit c5ac77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_view_native/session_plug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule LiveViewNative.SessionPlug do
def init(default), do: default

def call(%Plug.Conn{
params: %{"_lvn_platform" => lvn_platform},
params: %{"_lvn" => %{"format" => lvn_platform}},
private:
%{
:phoenix_format => "html",
Expand Down

0 comments on commit c5ac77c

Please sign in to comment.