Update nav tab badges, fix several call tabs issues
This commit is contained in:
parent
ed6ffb695a
commit
9c7dc22a23
43 changed files with 1095 additions and 936 deletions
|
@ -45,6 +45,7 @@ function mapStateToProps(
|
|||
firstName,
|
||||
familyName,
|
||||
id: conversationId,
|
||||
phoneNumber,
|
||||
username,
|
||||
} = getMe(state);
|
||||
const recentEmojis = selectRecentEmojis(state);
|
||||
|
@ -74,6 +75,7 @@ function mapStateToProps(
|
|||
isUsernameFlagEnabled,
|
||||
recentEmojis,
|
||||
skinTone,
|
||||
phoneNumber,
|
||||
userAvatarData,
|
||||
username,
|
||||
usernameEditState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue