diff --git a/components/AddMemberToTeamModal.vue b/components/AddMemberToTeamModal.vue
index c0ecd61..fe623a2 100644
--- a/components/AddMemberToTeamModal.vue
+++ b/components/AddMemberToTeamModal.vue
@@ -76,17 +76,19 @@
@@ -766,7 +786,7 @@ export default {
margin-top: 2em;
margin-right: 1em;
}
-.form-control{
+.form-control {
width: 6em;
}
diff --git a/components/TaskUserReport.vue b/components/TaskUserReport.vue
index 2b00572..4a2fee1 100644
--- a/components/TaskUserReport.vue
+++ b/components/TaskUserReport.vue
@@ -206,7 +206,7 @@ import { mapState, mapActions } from "pinia";
import taskApi from "@task/apis/taskApi";
import { useCommonStore } from "~/stores/commonStore";
-import { p2e } from "@plugins/persianNumber";
+// import { p2e } from "@plugins/persianNumber";
export default {
beforeMount() {
diff --git a/components/TeamForm.vue b/components/TeamForm.vue
index 5bc8a0e..2c07b59 100644
--- a/components/TeamForm.vue
+++ b/components/TeamForm.vue
@@ -47,12 +47,13 @@