Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ITPNYU/booking-app
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Sep 30, 2024
2 parents 5ce6bbf + 198e100 commit b6b4180
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ export default function BookingActions({
return options;
}, [status]);

const liaisonOptions = useMemo(
() => [Actions.FIRST_APPROVE, Actions.DECLINE],
[status]
);

const paOptions = useMemo(() => {
let options = [];

Expand Down

0 comments on commit b6b4180

Please sign in to comment.