Merge tag 'v0.14.0' into develop

v0.14.0
This commit is contained in:
AmirHossein Mahmoodi
2025-01-19 13:22:09 +03:30
3 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -69,7 +69,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => {
setOtpSended(true);
setDelayPerRequest(true);
})
.catch(() => {});
.catch(() => { });
};
return (

View File

@@ -35,4 +35,5 @@ const ActivityCodeLog = memo(({ activity_code }) => {
});
ActivityCodeLog.displayName = "ActivityCodeLog";
ActivityCodeLog.displayName = "ActivityCodeLog";
export default ActivityCodeLog;