diff --git a/striker-ui/components/Files/FileInputGroup.tsx b/striker-ui/components/Files/FileInputGroup.tsx index 3d7ed827..10c3d124 100644 --- a/striker-ui/components/Files/FileInputGroup.tsx +++ b/striker-ui/components/Files/FileInputGroup.tsx @@ -82,7 +82,7 @@ const FileInputGroup: FC = (props) => { return { id: activeChain, name: activeChain, - checked: formik.values[fuuid].locations?.[type][uuid].active, + checked: formik.values[fuuid].locations?.[type]?.[uuid]?.active, onBlur: handleBlur, onChange: handleChange, };