diff --git a/src/components/App/__snapshots__/App.test.js.snap b/src/components/App/__snapshots__/App.test.js.snap index 9663939..0861a52 100644 --- a/src/components/App/__snapshots__/App.test.js.snap +++ b/src/components/App/__snapshots__/App.test.js.snap @@ -11623,7 +11623,11 @@ exports[`App Route /vehicle-status authenticated 1`] = `
+ > +
+
diff --git a/src/components/Cars/Status/Details/__snapshots__/index.test.jsx.snap b/src/components/Cars/Status/Details/__snapshots__/index.test.jsx.snap index d245fc7..b60da02 100644 --- a/src/components/Cars/Status/Details/__snapshots__/index.test.jsx.snap +++ b/src/components/Cars/Status/Details/__snapshots__/index.test.jsx.snap @@ -167,7 +167,11 @@ exports[`VehicleDetailsTab Render 1`] = `
+ > +
+
diff --git a/src/components/Cars/Status/Details/index.jsx b/src/components/Cars/Status/Details/index.jsx index 2ef5534..a62e88d 100644 --- a/src/components/Cars/Status/Details/index.jsx +++ b/src/components/Cars/Status/Details/index.jsx @@ -1,4 +1,4 @@ -import { Checkbox, FormControlLabel, Grid, Tooltip } from "@material-ui/core"; +import { Box, Checkbox, FormControlLabel, Grid, Tooltip } from "@material-ui/core"; import DeleteIcon from "@material-ui/icons/Delete"; import EditIcon from "@material-ui/icons/Edit"; import UploadIcon from '@mui/icons-material/Upload'; @@ -157,27 +157,37 @@ const MainForm = ({ vin }) => {

)} - - - - } - /> - - setShowUploadConfigModal(true)} > - - - - + + + + + } + /> + + setShowUploadConfigModal(true)} > + + + + +
+ > +
+
diff --git a/src/components/Cars/Status/__snapshots__/index.test.jsx.snap b/src/components/Cars/Status/__snapshots__/index.test.jsx.snap index 097c3b2..cfb8cf3 100644 --- a/src/components/Cars/Status/__snapshots__/index.test.jsx.snap +++ b/src/components/Cars/Status/__snapshots__/index.test.jsx.snap @@ -331,7 +331,11 @@ exports[`CarStatus Render 1`] = `
+ > +
+