Fixed lint issue (#14954)
This commit is contained in:
parent
268ea66dcd
commit
020829ab16
1 changed files with 0 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue