We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5a9b75 + d93aa2e commit 89ff76eCopy full SHA for 89ff76e
src/views/AccountMyFormsDref/ActiveDrefTable/index.tsx
@@ -234,7 +234,7 @@ function ActiveDrefTable(props: Props) {
234
|| (has_ops_update && unpublished_op_update_count === 0)
235
);
236
237
- const drefRegion = country_details.region;
+ const drefRegion = country_details?.region;
238
const isRegionCoordinator = isDefined(drefRegion)
239
? userRegionCoordinatorMap?.[drefRegion] ?? false
240
: false;
0 commit comments