Skip to content

Commit

Permalink
Merge pull request #587 from bitzesty/dashboard-fix
Browse files Browse the repository at this point in the history
Correcting conditional statement
  • Loading branch information
DaniBitZesty authored Aug 29, 2023
2 parents bba1d79 + aafbf2e commit 32c3ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
small
- if award_year.winners_notify_date&.past? && application.awarded?
| Successful
- if award_year.unsuccessful_notify_date&.past? && !application.awarded?
- elsif award_year.unsuccessful_notify_date&.past? && !application.awarded?
| Unsuccessful
- else
| Pending verdict
Expand Down

0 comments on commit 32c3ffc

Please sign in to comment.