Skip to content

Commit

Permalink
remove showChannelAvatar from ECOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
abirc8010 committed Dec 25, 2024
1 parent 346176a commit 8d92d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/views/ChatHeader/ChatHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const ChatHeader = ({

const { RCInstance, ECOptions } = useRCContext();
const { channelName, anonymousMode, showRoles } = ECOptions ?? {};
const showChannelAvatar = ECOptions?.showChannelAvatar;

const isUserAuthenticated = useUserStore(
(state) => state.isUserAuthenticated
);
Expand Down

0 comments on commit 8d92d91

Please sign in to comment.