diff options
Diffstat (limited to 'lib/aggiedit_web/live/post_live/show.html.heex')
-rw-r--r-- | lib/aggiedit_web/live/post_live/show.html.heex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/aggiedit_web/live/post_live/show.html.heex b/lib/aggiedit_web/live/post_live/show.html.heex index e6eaebe..fd57bbb 100644 --- a/lib/aggiedit_web/live/post_live/show.html.heex +++ b/lib/aggiedit_web/live/post_live/show.html.heex @@ -5,6 +5,7 @@ <.live_component module={AggieditWeb.PostLive.FormComponent} id={@post.id} + current_user={@current_user} title={@page_title} action={@live_action} post={@post} |