diff --git a/app/views/posts/partials/show/_notices.html.erb b/app/views/posts/partials/show/_notices.html.erb index 023704d6c..6ae838397 100644 --- a/app/views/posts/partials/show/_notices.html.erb +++ b/app/views/posts/partials/show/_notices.html.erb @@ -59,7 +59,7 @@ <% end %> -<% if post.has_large? && !post.is_ugoira? %> +<% if post.is_visible? && post.has_large? && !post.is_ugoira? %>