Skip to content

Commit

Permalink
Merge pull request #7264 from stopfstedt/rm_await_from_templates--pen…
Browse files Browse the repository at this point in the history
…ding-single-user-update

rm unnecessary await from template.
  • Loading branch information
jrjohnson committed Jun 26, 2023
2 parents a3b79c2 + aa016e6 commit 0f57e5c
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 0f57e5c

Please sign in to comment.