This component show a clickable row that display the name of a voice channel. At the end of the a setting icon is clickable to access settings of this channel.

It need to take these props:
interface DisplayChannelProps {
channel: ChannelEntity
onJoinChannel: (channel: ChannelEntity) => void
onDeleteChannel: (id: string) => void
}
Example
This component show a clickable row that display the name of a voice channel. At the end of the a setting icon is clickable to access settings of this channel.
It need to take these props:
Example