diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue
index 50ec60ac6..75be6809f 100644
--- a/src/modules/04_registry/components/Profile.vue
+++ b/src/modules/04_registry/components/Profile.vue
@@ -155,7 +155,7 @@
ยืนยันการตรวจสอบข้อมูล
ปลดล็อคให้แก้ไขข้อมูล
{
await checIsVerified();
});
-const isVerified = ref(false);
+// const isVerified = ref(false);
const fetchData = async () => {
showLoader();
await http
@@ -964,7 +964,6 @@ const fetchData = async () => {
leaveReason.value = ` (พ้นจากราชการด้วยสาเหตุ: ${data.leaveReason})`;
}
reasonStatus.value = reason.length > 0 ? true : false;
- isVerified.value = data.isVerified ? data.isVerified : false;
})
.catch((e) => {
messageError($q, e);