From a812049cfe6e693ec6c7d0138b1757a520c59de0 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Tue, 3 Jun 2025 10:22:00 +0330 Subject: [PATCH] formatting --- .../fastReact/complaintList/RowActions/Refer/ReferContent.jsx | 2 +- .../fastReact/complaintList/RowActions/Refer/index.jsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 && } );