fix: typo

This commit is contained in:
Methapon Metanipat 2024-10-02 16:17:02 +07:00
parent 25f69cb012
commit 61a8dd4ea4

View file

@ -24,7 +24,7 @@ const DEFAULT_FIELD = {
format: (value, _) => value.replace(/0/, 'O'),
},
nationality: {
field: 'country',
field: 'nationality',
format: (value, _) => value.replace(/0/, 'O'),
},
gender: { field: 'sex' },