diff --git a/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/MachinesDialog/index.jsx b/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/MachinesDialog/index.jsx
index a422439..8750142 100644
--- a/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/MachinesDialog/index.jsx
+++ b/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/MachinesDialog/index.jsx
@@ -31,10 +31,7 @@ const MachinesDialog = ({ setMachine, mode }) => {
{openMachinesDialog && (
-
+
)}
>
diff --git a/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/index.jsx b/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/index.jsx
index d8f8ea0..7fda6e0 100644
--- a/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/index.jsx
+++ b/src/components/dashboard/roadMissions/operator/Actions/CreateWithoutProcess/Form/MachineAndDriver/index.jsx
@@ -12,7 +12,6 @@ const MachineAndDriver = ({ setTabState, allData, setAllData, handlePrev }) => {
setTabState((s) => s + 1);
};
-
return (
<>
@@ -32,15 +31,10 @@ const MachineAndDriver = ({ setTabState, allData, setAllData, handlePrev }) => {
size="small"
/>
-
+
>
) : (
-
+
)}
{machine && (
@@ -50,11 +44,7 @@ const MachineAndDriver = ({ setTabState, allData, setAllData, handlePrev }) => {
راننده
@@ -72,11 +62,16 @@ const MachineAndDriver = ({ setTabState, allData, setAllData, handlePrev }) => {
-