fix typeerror
This commit is contained in:
@@ -351,7 +351,7 @@ function BaseChatItem({
|
|||||||
for (const member of convo.view.members) {
|
for (const member of convo.view.members) {
|
||||||
unstableCacheProfileView(queryClient, member)
|
unstableCacheProfileView(queryClient, member)
|
||||||
}
|
}
|
||||||
precacheConvoQuery(queryClient, convo)
|
precacheConvoQuery(queryClient, convo.view)
|
||||||
void decrementBadgeCount(convo.view.unreadCount)
|
void decrementBadgeCount(convo.view.unreadCount)
|
||||||
if (isDeletedAccount) {
|
if (isDeletedAccount) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Reference in New Issue
Block a user