Compare commits

..

No commits in common. "9ec04e758116a3038ac454b4b6ba5ec46ee0ad1f" and "2d381d808ce3d4c8b6d6c0fd062d61d8e16fd25b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1443,7 +1443,7 @@
}
}
//
const onRoomChange = (pageNumber) => {
const onRoomChange = () => {
roomPage.value = pageNumber
searchData()
}