Skip to content

Commit

Permalink
fix: no need to check batch on application cancel (#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast authored Oct 8, 2024
1 parent d7c6ee4 commit ecdde64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ const HandlingApplicationActions: React.FC<Props> = ({
APPLICATION_STATUSES.ACCEPTED,
APPLICATION_STATUSES.REJECTED,
].includes(application.status) &&
!application.batch &&
!application.archived && (
<Button
onClick={openDialog}
Expand Down

0 comments on commit ecdde64

Please sign in to comment.