diff --git a/src/features/channels/components/Channel.tsx b/src/features/channels/components/Channel.tsx index 95dc46db..af74df18 100644 --- a/src/features/channels/components/Channel.tsx +++ b/src/features/channels/components/Channel.tsx @@ -1,8 +1,6 @@ import Box from "@mui/material/Box"; import Typography from "@mui/material/Typography"; import React from "react"; -import { getIconForStyleType } from "../../../utils/helpers"; -import { SquareIconAlt } from "../../../components"; interface IChannelProps { /** @@ -12,14 +10,8 @@ interface IChannelProps { } export const Channel = ({ channelName }: IChannelProps) => { - const icon = getIconForStyleType( - <>, - - ); - return ( - {icon} , - - ); - return ( - {icon} {name}