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 diff --git a/src/components/dashboard/roadPatrols/operator/Forms/CreatePatrol/CompeleteRequest.jsx b/src/components/dashboard/roadPatrols/operator/Forms/CreatePatrol/CompeleteRequest.jsx index 51816c8..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 ( diff --git a/src/core/components/ActivityCodeLog.jsx b/src/core/components/ActivityCodeLog.jsx index f301549..762920b 100644 --- a/src/core/components/ActivityCodeLog.jsx +++ b/src/core/components/ActivityCodeLog.jsx @@ -35,4 +35,5 @@ const ActivityCodeLog = memo(({ activity_code }) => { }); ActivityCodeLog.displayName = "ActivityCodeLog"; +ActivityCodeLog.displayName = "ActivityCodeLog"; export default ActivityCodeLog;