Skip to content

Commit

Permalink
Merge branch 'develop' into fixed-editor-setup-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
n3rdc4ptn committed Jan 17, 2023
2 parents ea16b26 + 1474060 commit 81b99c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Binary file added Deliverables/sprint-11/feature-board.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Deliverables/sprint-11/planning-documents.pdf
Binary file not shown.
7 changes: 1 addition & 6 deletions src/deskstar-frontend/pages/bookings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ export default function Bookings({

if (response == "success") {
toast.success("Booking successfully deleted!");

let index = bookings.indexOf(booking);
if (index > -1) {
bookings.splice(index, 1);
}
return;
refreshData(currentPage);
} else {
toast.error(response);
}
Expand Down

0 comments on commit 81b99c7

Please sign in to comment.