mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Compute from embedded contact's displayName
This commit is contained in:
@@ -101,7 +101,6 @@ const fullContact = {
|
||||
prefix: 'Dr.',
|
||||
suffix: 'Jr.',
|
||||
middleName: 'James',
|
||||
displayName: 'Jerry Jordan',
|
||||
},
|
||||
number: [
|
||||
{
|
||||
|
||||
@@ -1916,7 +1916,6 @@ const fullContact = {
|
||||
prefix: 'Dr.',
|
||||
suffix: 'Jr.',
|
||||
middleName: 'James',
|
||||
displayName: 'Jerry Jordan',
|
||||
},
|
||||
number: [
|
||||
{
|
||||
@@ -1987,7 +1986,7 @@ export const EmbeddedContactLoadingAvatar = Template.bind({});
|
||||
EmbeddedContactLoadingAvatar.args = {
|
||||
contact: {
|
||||
name: {
|
||||
displayName: 'Jerry Jordan',
|
||||
nickname: 'Jerry',
|
||||
},
|
||||
avatar: {
|
||||
avatar: fakeAttachment({
|
||||
|
||||
Reference in New Issue
Block a user