Skip to content

Commit

Permalink
PI-1939 - fix nav section for sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Mar 25, 2024
1 parent 68a6047 commit 6772391
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
@@ -1,6 +1,6 @@
{% extends "../partials/case.njk" %}
{% set pageTitle = applicationName + " - Sentence Details" %}
{% set currentNavSection = 'sentence-details' %}
{% set currentNavSection = 'sentence' %}
{% set headerPersonName = sentenceDetails.name.forename + ' ' + sentenceDetails.name.surname %}
{% set headerCRN = crn %}

Expand Down

0 comments on commit 6772391

Please sign in to comment.