We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ad368 commit 49762feCopy full SHA for 49762fe
src/frontend/src/components/guild/VoiceChannelController/index.tsx
@@ -3,6 +3,8 @@ import { BsFillTelephoneXFill } from 'react-icons/bs';
3
import { useChannelInfoStore } from '@/stores/channelInfo';
4
import { useGuildInfoStore } from '@/stores/guildInfo';
5
6
+import VoiceChannelActions from '../VoiceChannelActions';
7
+
8
import * as S from './styles';
9
10
const VoiceChannelController = () => {
@@ -20,6 +22,7 @@ const VoiceChannelController = () => {
20
22
</S.InfoText>
21
23
<BsFillTelephoneXFill size={20} />
24
</S.ConnectStatusWrapper>
25
+ <VoiceChannelActions />
26
</S.VoiceChannelController>
27
);
28
};
0 commit comments