Skip to content

Commit

Permalink
Show Approve button to SLO even for older events
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Mar 30, 2024
1 parent a87bb37 commit 7c89f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/manage/events/[id]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function getActions(event, user) {
*/
if (user?.role === "slo") {
if (
upcoming &&
// upcoming &&
event?.status?.state !== "incomplete" &&
event?.status?.budget &&
!event?.status?.room
Expand Down

0 comments on commit 7c89f79

Please sign in to comment.