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