Skip to content

Commit

Permalink
Removed banner after submitting the app
Browse files Browse the repository at this point in the history
  • Loading branch information
mshakirdfe committed Dec 16, 2024
1 parent 7f1de3d commit f5c156a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h1 class="govuk-heading-l">
Conversion support grant
</h1>
@if (await ConversionGrantExpiryFeature.IsEnabledAsync())
@if (Model.ApplicationStatus == ApplicationStatus.InProgress && await ConversionGrantExpiryFeature.IsEnabledAsync())
{
<div class="govuk-warning-text">
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
Expand Down

0 comments on commit f5c156a

Please sign in to comment.