Make sure "new room" goes to new "create" landing page, not "createroom"

This commit is contained in:
N-Pex 2025-02-06 11:00:09 +01:00
parent db56748219
commit 3620bb2743
5 changed files with 5 additions and 5 deletions

View file

@ -187,7 +187,7 @@ export default {
},
roomChange(room) {
if (room == null || room == undefined) {
if (room == null || room == undefined || room == 0) {
// Ignore, this is caused by "new room" etc.
return;
}