UserVoiceShow: Fix error

main
V 1 year ago
parent 0407be9847
commit bb7deeb09c
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -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

Loading…
Cancel
Save