Skip to content

Commit

Permalink
OOC-4380 Fix service name on summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-dale committed May 30, 2024
1 parent 416a865 commit fe3fafe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export class SummaryViewModel {
request: HapiRequest
) {
this.pageTitle = pageTitle;
this.name = model.name;
const { relevantPages, endPage } = this.getRelevantPages(model, state);
const details = this.summaryDetails(request, model, state, relevantPages);
const { def } = model;
Expand Down

0 comments on commit fe3fafe

Please sign in to comment.