components/app: add missing break

This commit is contained in:
Simon Ser 2024-09-28 21:36:35 +02:00
parent 35e924258a
commit 6747c03a75

View File

@ -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];