components/app: add missing break
This commit is contained in:
parent
35e924258a
commit
6747c03a75
1 changed files with 1 additions and 0 deletions
|
@ -1142,6 +1142,7 @@ export default class App extends Component {
|
||||||
this.openURL(this.autoOpenURL);
|
this.openURL(this.autoOpenURL);
|
||||||
this.autoOpenURL = null;
|
this.autoOpenURL = null;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case "JOIN":
|
case "JOIN":
|
||||||
channel = msg.params[0];
|
channel = msg.params[0];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue