Skip to content

Commit

Permalink
CDPS-177 add old header (#152)
Browse files Browse the repository at this point in the history
* CDPS-177 - header in progress

* CDPS-177-add-old-header

* CDPS-177-add-old-header

* CDPS-177-add-old-header - removed array reference
  • Loading branch information
jamesgrant-moj authored Jun 9, 2023
1 parent 09458b7 commit 28ff890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/partials/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div class="hmpps-header__container">
<div class="hmpps-location-bar location-bar">
<p class="location-bar__location govuk-!-font-size-19 govuk-!-font-weight-bold" data-test="active-location">{{ user.activeCaseLoad[0].description }}</p>
<p class="location-bar__location govuk-!-font-size-19 govuk-!-font-weight-bold" data-test="active-location">{{ user.activeCaseLoad.description }}</p>
{% if user.caseLoads.length > 1 %}
<a className="location-bar__link " href="{{ "/change-caseload" | prependBaseUrl}}" data-test="change-location-link">
Change your location
Expand Down

0 comments on commit 28ff890

Please sign in to comment.