add: space

This commit is contained in:
2026-06-05 15:13:29 +07:00
parent bde507b85d
commit 00c2a583f4

View File

@@ -13,7 +13,7 @@ const DetailContact = memo(function DetailContact(props) {
id: '', id: '',
name: '', name: '',
phone: '', phone: '',
email: '', email: '',
is_active: true, is_active: true,
}; };