diff --git a/app/views/mailer/send_for_user_activities.html.erb b/app/views/mailer/send_for_user_activities.html.erb index e1712a15d..3d53acd5a 100644 --- a/app/views/mailer/send_for_user_activities.html.erb +++ b/app/views/mailer/send_for_user_activities.html.erb @@ -39,7 +39,7 @@ <% end %> - <% if !@bids.first.nil? %> + <% unless @bids.empty? %>