diff --git a/src/modules/03_recruiting/components/Information.vue b/src/modules/03_recruiting/components/Information.vue
index 1d0aaf2ae..819a4f752 100644
--- a/src/modules/03_recruiting/components/Information.vue
+++ b/src/modules/03_recruiting/components/Information.vue
@@ -62,12 +62,12 @@
@@ -178,8 +178,7 @@
v-model="defaultInformation.cardid"
maxlength="13"
:rules="[
- (val) =>
- val.length == 13 || `${'กรุณากรอก เลขประจำตัวประชาชน'}`,
+ (val) => val.length == 13 || `${'กรุณากรอก เลขประจำตัวประชาชน'}`,
(val) =>
/^[0-9]*$/.test(val) ||
`${'กรุณากรอกเลขประจำตัวประชาชนให้ถูกต้อง'}`,
@@ -187,7 +186,7 @@
label="เลขประจำตัวประชาชน"
/>
-
-
+