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:
@@ -57,7 +57,7 @@ const documentationUrl = computed(() => {
|
||||
return '';
|
||||
}
|
||||
|
||||
if (nodeType.documentationUrl && nodeType.documentationUrl.startsWith('http')) {
|
||||
if (nodeType.documentationUrl?.startsWith('http')) {
|
||||
return nodeType.documentationUrl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user