MutualGroupDMs: fix display in dm profile sidebar

This commit is contained in:
Vendicated 2025-04-25 00:45:17 +02:00
parent cf78ddcfe2
commit 700b971e7d
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -32,7 +32,7 @@ const SelectedChannelActionCreators = findByPropsLazy("selectPrivateChannel");
const UserUtils = findByPropsLazy("getGlobalName");
const ProfileListClasses = findByPropsLazy("emptyIconFriends", "emptyIconGuilds");
const ExpandableList = findComponentByCodeLazy('"PRESS_SECTION"');
const ExpandableList = findComponentByCodeLazy('"PRESS_SECTION"', ".header");
const GuildLabelClasses = findByPropsLazy("guildNick", "guildAvatarWithoutIcon");
function getGroupDMName(channel: Channel) {