diff --git a/src/components/dashboard/fastReact/complaintList/RowActions/Refer/ReferContent.jsx b/src/components/dashboard/fastReact/complaintList/RowActions/Refer/ReferContent.jsx
index ef74d91..43f249c 100644
--- a/src/components/dashboard/fastReact/complaintList/RowActions/Refer/ReferContent.jsx
+++ b/src/components/dashboard/fastReact/complaintList/RowActions/Refer/ReferContent.jsx
@@ -44,7 +44,7 @@ const ReferContent = ({ row, mutate, setOpenReferDialog }) => {
mutate();
setOpenReferDialog(false);
})
- .catch(() => { });
+ .catch(() => {});
};
return (
diff --git a/src/components/dashboard/fastReact/complaintList/RowActions/Refer/index.jsx b/src/components/dashboard/fastReact/complaintList/RowActions/Refer/index.jsx
index 63431a0..31c1cd5 100644
--- a/src/components/dashboard/fastReact/complaintList/RowActions/Refer/index.jsx
+++ b/src/components/dashboard/fastReact/complaintList/RowActions/Refer/index.jsx
@@ -24,9 +24,7 @@ const Refer = ({ row, mutate }) => {
}}
>
ارجاع
- {openReferDialog && (
-
- )}
+ {openReferDialog && }
>
);