diff --git a/app/controllers/bill-runs.controller.js b/app/controllers/bill-runs.controller.js index 70a31da4b6..549ae00180 100644 --- a/app/controllers/bill-runs.controller.js +++ b/app/controllers/bill-runs.controller.js @@ -27,8 +27,8 @@ async function create (request, h) { } } -async function review (request, h) { - return h.view('bill-runs/view.njk', { +async function review (_request, h) { + return h.view('bill-runs/review.njk', { pageTitle: 'Review Two Part Tariff SROC', activeNavBar: 'bill-runs' }) diff --git a/app/views/bill-runs/view.njk b/app/views/bill-runs/review.njk similarity index 100% rename from app/views/bill-runs/view.njk rename to app/views/bill-runs/review.njk