From 3aca2a016a9e358a83de3f326bf577421d254818 Mon Sep 17 00:00:00 2001 From: Paul Adamsen <117673433+pauladamseniii@users.noreply.github.com> Date: Wed, 14 Jun 2023 20:04:28 -0400 Subject: [PATCH] CEC-4537 - Add deployment details link (#358) * CEC-4537 - Add deployment details link * Fix link location --- src/components/Cars/UpdateStatus/index.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Cars/UpdateStatus/index.jsx b/src/components/Cars/UpdateStatus/index.jsx index 74fde9d..68f541d 100644 --- a/src/components/Cars/UpdateStatus/index.jsx +++ b/src/components/Cars/UpdateStatus/index.jsx @@ -54,6 +54,10 @@ const MainForm = () => { label: `Vehicle ${vin} Details`, link: `/vehicle-status/${vin}`, }, + { + label: `Manifest ${manifest.id} Details`, + link: `/package-status/${manifest.id}`, + }, { label: title, },