From bd1f6f632c7fcddb010be886b9f8c01f1dacb030 Mon Sep 17 00:00:00 2001 From: John Wu <76966357+jwu-fisker@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:13:43 -0700 Subject: [PATCH] CEC-4217 fix car update table (#322) --- .../Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap | 2 +- src/components/Controls/CarUpdatesTable/index.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap b/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap index 7dbc894..3b464e5 100644 --- a/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap +++ b/src/components/Cars/Status/__snapshots__/CarUpdatesTab.test.jsx.snap @@ -195,7 +195,7 @@ exports[`CarUpdatesTab Render 1`] = ` > No Car Updates diff --git a/src/components/Controls/CarUpdatesTable/index.jsx b/src/components/Controls/CarUpdatesTable/index.jsx index c8eef07..d99fe94 100644 --- a/src/components/Controls/CarUpdatesTable/index.jsx +++ b/src/components/Controls/CarUpdatesTable/index.jsx @@ -213,11 +213,11 @@ const MainForm = ({ vin, token }) => { {totalCarUpdates === 0 ? ( - No Car Updates + No Car Updates ) : (