Skip to content

Commit

Permalink
rm unnecessary await from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Jun 26, 2023
1 parent d36d643 commit aa016e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/pending-single-user-update.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{t
"general.pendingUserUpdates.emailMismatch"
value=update.value
email=(get (await update.user) "email")
email=update.user.email
}}
{{else}}
{{t (concat "general.pendingUserUpdates." update.type)}}
Expand Down

0 comments on commit aa016e6

Please sign in to comment.