Skip to content

Commit

Permalink
MAN-225 add ui for no active sentence on detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-mills committed Jan 6, 2025
1 parent dd02241 commit a18a5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/pages/sentence.njk
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)
%}
{% endif %}
{% set items = items.concat({"text": "Probation History", href: "/case/" + crn + "/sentence/probation-history"}) %}
{% set items = items.concat({"text": "Probation history", href: "/case/" + crn + "/sentence/probation-history"}) %}

{{ mojSideNavigation({
label: 'Side navigation',
Expand Down

0 comments on commit a18a5e4

Please sign in to comment.