diff --git a/src/routes/chat/ChannelChat/index.tsx b/src/routes/chat/ChannelChat/index.tsx index 9b38d8d3..774616c7 100644 --- a/src/routes/chat/ChannelChat/index.tsx +++ b/src/routes/chat/ChannelChat/index.tsx @@ -188,10 +188,12 @@ function ChannelChat({ cid = 0, dropFiles = [] }: Props) {

Welcome to #{name} !

This is the start of the #{name} channel.

- - - Edit Channel - + {loginUser?.is_admin && ( + + + Edit Channel + + )}
)} {/*
*/}