Make SonarCloud happier about our code quality (#10630)
This commit is contained in:
parent
9c277d6b02
commit
568ec77208
4 changed files with 7 additions and 6 deletions
|
@ -1228,6 +1228,8 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
|
|||
switch (this.props.kind) {
|
||||
case InviteKind.Dm:
|
||||
return "StartChat";
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue