Update code, create booking services

This commit is contained in:
2023-11-29 19:33:37 +07:00
parent 110be87c90
commit 139db98283
13 changed files with 309 additions and 57 deletions
@@ -82,7 +82,7 @@ const reducer = (state: IUserRoomState, action: IAction) => {
usersAvailable: tempArr,
};
}
case 'updateStatusUser': {
const tempArr = state.usersAvailable;
const indexItemUpdate = tempArr.findIndex(