Skip to content

Commit

Permalink
Merge pull request #768 from DFE-Digital/feature/191269-change-grant-…
Browse files Browse the repository at this point in the history
…comms

Removed banner after submitting the app
  • Loading branch information
mshakirdfe authored Dec 17, 2024
2 parents c0c6be0 + f5c156a commit b0337a2
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 b0337a2

Please sign in to comment.