UserVoiceShow: Fix error

This commit is contained in:
V 2023-08-03 00:12:48 +02:00
parent 0407be9847
commit bb7deeb09c
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -51,6 +51,8 @@ const VoiceChannelField = ErrorBoundary.wrap(({ user }: UserProps) => {
if (!channelId) return null;
const channel = ChannelStore.getChannel(channelId);
if (!channel) return null;
const guild = GuildStore.getGuild(channel.guild_id);
if (!guild) return null; // When in DM call