From 0565a448d65586549a898dbebb61da8136713e9d Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 6 Jan 2025 13:21:46 +0330 Subject: [PATCH 1/3] fucking commit --- src/core/components/ActivityCodeLog.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/components/ActivityCodeLog.jsx b/src/core/components/ActivityCodeLog.jsx index cf284e6..77c58df 100644 --- a/src/core/components/ActivityCodeLog.jsx +++ b/src/core/components/ActivityCodeLog.jsx @@ -33,4 +33,5 @@ const ActivityCodeLog = memo(({ activity_code }) => { return null; }); +ActivityCodeLog.displayName = "ActivityCodeLog"; export default ActivityCodeLog; From 3933e2151ea32a928da8704b514d63e918ad148f Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 6 Jan 2025 13:23:48 +0330 Subject: [PATCH 2/3] fucking commit --- .../operator/Forms/CreatePatrol/CompeleteRequest.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/roadPatrols/operator/Forms/CreatePatrol/CompeleteRequest.jsx b/src/components/dashboard/roadPatrols/operator/Forms/CreatePatrol/CompeleteRequest.jsx index 3299e47..bbbd8a0 100644 --- a/src/components/dashboard/roadPatrols/operator/Forms/CreatePatrol/CompeleteRequest.jsx +++ b/src/components/dashboard/roadPatrols/operator/Forms/CreatePatrol/CompeleteRequest.jsx @@ -69,7 +69,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => { setOtpSended(true); setDelayPerRequest(true); }) - .catch(() => {}); + .catch(() => { }); }; return ( @@ -140,7 +140,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => { {watch("road_patrol_rahdaran_id")?.map((rahdar, index) => ( - + نام و کد راهدار From e9cd37da4b9c818443c88106cd036354006dc8ba Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Sun, 19 Jan 2025 13:21:39 +0330 Subject: [PATCH 3/3] change version to v0.14.0 --- .env.local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local.example b/.env.local.example index 7dbb472..b1ff64a 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,3 +1,3 @@ -NEXT_PUBLIC_VERSION="0.13.0" +NEXT_PUBLIC_VERSION="0.14.0" NEXT_PUBLIC_API_URL="https://rms.witel.ir" NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map" \ No newline at end of file