Skip to content

Commit

Permalink
Fix bug (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
robozmey authored Oct 27, 2023
1 parent 557421a commit 37b591e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function useBookRoom(room_id, user_id, date, from, to) {
}


function BookingForm({room_id, date, triggerGetReservations}) {
function BookingForm({room_id, triggerGetReservations}) {

const [name, setName] = useState('');
// const [from, setFrom] = useState('09:30');
Expand Down Expand Up @@ -327,4 +327,4 @@ function Room() {
);
}

export default Room;
export default Room;

0 comments on commit 37b591e

Please sign in to comment.