From eee36cc858ae877f993e67a18ac698ab424e50c4 Mon Sep 17 00:00:00 2001 From: Paul Adamsen <117673433+pauladamseniii@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:21:08 -0500 Subject: [PATCH] CEC-3150 - Track Deployment User (#268) --- .../__snapshots__/CarUpdatesTab.test.jsx.snap | 23 ++++++++++++ .../Contexts/__mocks__/CarUpdatesContext.jsx | 3 ++ .../Controls/CarUpdatesTable/index.jsx | 37 +++++++++++-------- 3 files changed, 48 insertions(+), 15 deletions(-) diff --git a/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap b/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap index d3e7afe..62cdde9 100644 --- a/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap +++ b/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap @@ -80,6 +80,29 @@ exports[`CarUpdatesTab Render 1`] = ` + + + Username + + + { {updateName(row)} + + {row.username} + {row.status} {row.progress > -1 && ( @@ -198,22 +205,22 @@ const MainForm = ({ vin, token }) => { - {totalCarUpdates === 0 ? ( - No Car Updates found + {totalCarUpdates === 0 ? ( + No Car Updates found ) : ( - )} + )}