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 ) : (