Show notifications when a user's profile name changes

This commit is contained in:
Scott Nonnenberg 2020-07-29 16:20:05 -07:00
parent 2f015863ca
commit d75eee015f
44 changed files with 749 additions and 194 deletions

View file

@ -52,10 +52,7 @@ const SafetyDialogContents = ({
const shouldShowNumber = Boolean(contact.name || contact.profileName);
return (
<li
className="module-sfn-dialog__contact"
key={contact.phoneNumber}
>
<li className="module-sfn-dialog__contact" key={contact.id}>
<Avatar
avatarPath={contact.avatarPath}
color={contact.color}