From 020829ab16e9060118b09286b687fe7c26c66949 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Tue, 5 Oct 2021 12:07:20 -0400 Subject: [PATCH] Fixed lint issue (#14954) --- app/javascript/chat/chat.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/javascript/chat/chat.jsx b/app/javascript/chat/chat.jsx index 38232ba8e..4c01958d8 100644 --- a/app/javascript/chat/chat.jsx +++ b/app/javascript/chat/chat.jsx @@ -1903,11 +1903,6 @@ export class Chat extends Component { return ''; } - const path = - activeChannel.channel_type === 'direct' - ? `/${activeChannel.channel_username}` - : `#`; - const dataContent = activeChannel.channel_type === 'direct' ? 'sidecar-user'