Appease the linter
This commit is contained in:
parent
ff9d696881
commit
dec47a260c
3 changed files with 7 additions and 6 deletions
|
@ -228,7 +228,7 @@ export class CapabilityText {
|
|||
|
||||
// Now handle all the message types we care about. There are more message types available, however
|
||||
// they are not as common so we don't bother rendering them. They'll fall into the generic case.
|
||||
switch(eventCap.keyStr) {
|
||||
switch (eventCap.keyStr) {
|
||||
case MsgType.Text: {
|
||||
if (eventCap.direction === EventDirection.Send) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue