ProfileChangeNotification: Ensure emoji are rendered properly
This commit is contained in:
parent
9d64b6e8d7
commit
91cf075697
2 changed files with 9 additions and 8 deletions
|
@ -19,14 +19,14 @@ storiesOf('Components/Conversation/ProfileChangeNotification', module)
|
|||
changedContact={{
|
||||
id: 'some-guid',
|
||||
type: 'direct',
|
||||
title: 'John',
|
||||
name: 'John',
|
||||
title: 'Mr. Fire 🔥',
|
||||
name: 'Mr. Fire 🔥',
|
||||
lastUpdated: Date.now(),
|
||||
}}
|
||||
change={{
|
||||
type: 'name',
|
||||
oldName: 'John Old',
|
||||
newName: 'John New',
|
||||
oldName: 'Mr. Fire 🔥 Old',
|
||||
newName: 'Mr. Fire 🔥 New',
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
@ -38,13 +38,13 @@ storiesOf('Components/Conversation/ProfileChangeNotification', module)
|
|||
changedContact={{
|
||||
id: 'some-guid',
|
||||
type: 'direct',
|
||||
title: 'John',
|
||||
title: 'Mr. Fire 🔥',
|
||||
lastUpdated: Date.now(),
|
||||
}}
|
||||
change={{
|
||||
type: 'name',
|
||||
oldName: 'John Old',
|
||||
newName: 'John New',
|
||||
oldName: 'Mr. Fire 🔥 Old',
|
||||
newName: 'Mr. Fire 🔥 New',
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue