Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
feat :: request 상태에도 재지원 가능
Browse files Browse the repository at this point in the history
  • Loading branch information
HongSJae committed Dec 6, 2023
1 parent a2f9e3a commit 682ebb1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ struct ApplicationStatusView: View {
.background(Color.Sub.gray40)
.cornerRadius(10)
.onTapGesture {
guard applicationStatus == .rejected else { return }
guard applicationStatus == .rejected ||
applicationStatus == .requested else { return }
selectedId = id
}
}
Expand Down

0 comments on commit 682ebb1

Please sign in to comment.