From 0a3dc5c6e80c0981cfffb7019bc877ce734b8574 Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 10 Apr 2023 15:10:21 -0700 Subject: [PATCH] VoiceUserShow: Fix lack of bottom margin (#853) Co-authored-by: V --- src/plugins/userVoiceShow/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/plugins/userVoiceShow/index.tsx b/src/plugins/userVoiceShow/index.tsx index d0252c1f..3a1f6fe4 100644 --- a/src/plugins/userVoiceShow/index.tsx +++ b/src/plugins/userVoiceShow/index.tsx @@ -57,11 +57,13 @@ const VoiceChannelField = ErrorBoundary.wrap(({ user }: UserProps) => { const result = `${guild.name} | ${channel.name}`; return ( - +
+ +
); });