Skip to content

Commit

Permalink
Show total delegated count only if it exists (thewca#9914)
Browse files Browse the repository at this point in the history
* Show total delegated count only if it exists

* Review changes
  • Loading branch information
danieljames-dj authored Sep 13, 2024
1 parent 2f35981 commit 772191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/role_change_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RoleChangeMailer < ApplicationMailer
metadata[:status] = I18n.t("enums.user_roles.status.#{group.group_type}.#{role.metadata.status}")
metadata[:group_name] = group.name
end
metadata
metadata.compact
end

def notify_role_start(role, user_who_made_the_change)
Expand Down

0 comments on commit 772191c

Please sign in to comment.