Skip to content

Commit

Permalink
fix: make sidebar opening/closing possible even if application is can…
Browse files Browse the repository at this point in the history
…celled (#3594)
  • Loading branch information
sirtawast authored Nov 26, 2024
1 parent 6a5715a commit 6abf5fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const ApplicationReview: React.FC = () => {
const showNewAhjoActions =
isNewAhjoMode &&
(application.status === APPLICATION_STATUSES.HANDLING ||
application.status === APPLICATION_STATUSES.CANCELLED ||
application.status === APPLICATION_STATUSES.ACCEPTED ||
application.status === APPLICATION_STATUSES.REJECTED ||
application.status === APPLICATION_STATUSES.INFO_REQUIRED);
Expand Down

0 comments on commit 6abf5fd

Please sign in to comment.