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.
1 parent 76a8be0 commit 7467f4dCopy full SHA for 7467f4d
app/src/views/DrefApplicationExport/index.tsx
@@ -393,7 +393,7 @@ export function Component() {
393
394
const eventDescriptionDefined = (type_of_dref !== DREF_TYPE_IMMINENT || !is_dref_imminent_v2)
395
&& isTruthyString(event_description?.trim());
396
- const eventScopeDefined = (type_of_dref === DREF_TYPE_RESPONSE && !!is_dref_imminent_v2)
+ const eventScopeDefined = type_of_dref === DREF_TYPE_RESPONSE
397
&& isTruthyString(event_scope?.trim());
398
const sourceInformationDefined = isDefined(source_information)
399
&& source_information.length > 0;
0 commit comments