Fixed lint issue (#14954)

This commit is contained in:
Nick Taylor 2021-10-05 12:07:20 -04:00 committed by GitHub
parent 268ea66dcd
commit 020829ab16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'