Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
ChannelId (#9099)
Browse files Browse the repository at this point in the history
* test

* ChannelID #7094
  • Loading branch information
AmadeusMoon authored Oct 20, 2023
1 parent 3c90212 commit 125f7ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const FriendsMenu = ({ defaultSelectedTab }: Props): JSX.Element => {

const handleOpenChat = (id: string) => {
if (selectedTab.value === 'messages') {
PopupMenuServices.showPopupMenu(SocialMenus.Messages, { channelID: id })
PopupMenuServices.showPopupMenu(SocialMenus.Messages, { channelID: id as ChannelID })
} else {
const channelWithFriend = privateChannels.find(
(channel) =>
Expand Down

0 comments on commit 125f7ae

Please sign in to comment.