From d80dcc793677d742b57cd29323cfdbc6bb165092 Mon Sep 17 00:00:00 2001 From: tay suisin Date: Thu, 1 Dec 2022 15:41:54 +0800 Subject: [PATCH] refactor: change FormikValues to more specific values for data --- .../poi/status/unsupported/card-details/documents-upload.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/account/src/Components/poi/status/unsupported/card-details/documents-upload.tsx b/packages/account/src/Components/poi/status/unsupported/card-details/documents-upload.tsx index 6e643e1df73d..92ce4d6b8121 100644 --- a/packages/account/src/Components/poi/status/unsupported/card-details/documents-upload.tsx +++ b/packages/account/src/Components/poi/status/unsupported/card-details/documents-upload.tsx @@ -91,7 +91,7 @@ const DocumentsUpload = ({ {fields_title}
- {fields.map((field: FormikValues) => ( + {fields?.map((field: FormikValues) => ( ))}