diff --git a/lib/aggiedit_web/live/post_live/form_component.html.heex b/lib/aggiedit_web/live/post_live/form_component.html.heex index 2f0738e..a956cb3 100644 --- a/lib/aggiedit_web/live/post_live/form_component.html.heex +++ b/lib/aggiedit_web/live/post_live/form_component.html.heex @@ -27,11 +27,13 @@ <% end %> <%= else %> -
-
- + <% if !is_nil(@post.upload) do %> +
+
+ +
-
+ <% end %> <% end %>