Skip to content

Commit 9b84e99

Browse files
authored
Merge pull request #13 from TechnologyEnhancedLearning/Fixes/TD-1278-hotfix
TD-1278 hotfix
2 parents 190461d + 7c5f863 commit 9b84e99

File tree

1 file changed

+2
-2
lines changed
  • NHSUKViewComponents.Web/Views/Shared/Components/NumericInput

1 file changed

+2
-2
lines changed

NHSUKViewComponents.Web/Views/Shared/Components/NumericInput/Default.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@using NHSUKViewComponents.Web.ViewModels
1+
@using NHSUKViewComponents.Web.ViewModels
22
@using NHSUKViewComponents.Web.Helpers
33
@model NumericInputViewModel
44
<div class="nhsuk-form-group @(Model.HasError ? "nhsuk-form-group--error" : "")">
@@ -23,7 +23,7 @@
2323
</div>
2424
}
2525

26-
if(!Model.HasError)
26+
@if(!Model.HasError)
2727
{
2828
<div data-valmsg-for="@Model.Name" data-valmsg-replace="true" class="nhsuk-error-message nhsuk-u-padding-top-1 nhsuk-u-padding-bottom-3">
2929
</div>

0 commit comments

Comments
 (0)