mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore: Lintfix frontend packages (#16896)
This commit is contained in:
@@ -173,7 +173,7 @@ const runTaskData = computed(() => {
|
||||
|
||||
const runData = workflowRunData.value;
|
||||
|
||||
if (runData === null || !runData.hasOwnProperty(node.value.name)) {
|
||||
if (!runData?.hasOwnProperty(node.value.name)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user