This commit is contained in:
pro.boooooo
2024-04-01 12:55:40 +02:00
parent 61a3513ef4
commit 7402661aaa
22 changed files with 175 additions and 73 deletions

View File

@@ -35,6 +35,8 @@ export default function Rooms() {
};
useEffect(() => {
document.title = `Pieces`;
getRooms().then((res) => {
if (res.length === 0) {
setIsLoad(false);