Fix navigation to room info

This commit is contained in:
N-Pex 2021-01-12 11:32:24 +01:00
parent 6608f0c8ce
commit 0f7d9893c4

View file

@ -92,7 +92,7 @@ export default {
}, },
showRoomInfo() { showRoomInfo() {
this.$router.push({ name: "RoomInfo" }); this.$navigation.push({ name: "RoomInfo" });
}, },
leaveRoom() { leaveRoom() {