Skip to content

Commit

Permalink
fix: display number in toast if name is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Sep 23, 2020
1 parent 119f7e7 commit 533ea7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class QuotingEffects {
map(([entity]) =>
displaySuccessMessage({
message: 'quote.edit.saved.your_quote_request_has_been_saved.text',
messageParams: { 0: entity.displayName },
messageParams: { 0: entity.displayName || entity.number },
})
)
)
Expand Down

0 comments on commit 533ea7b

Please sign in to comment.