mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:37:20 +00:00
fix: lint formatting — attribute ordering, line breaks, whitespace
This commit is contained in:
@@ -94,9 +94,7 @@ const integrationListItems = computed(() => {
|
||||
for (const cat of integrationCategories) {
|
||||
if (!isCategoryAllowed(cat)) continue
|
||||
|
||||
const categoryIntegrations = allIntegrations.filter(
|
||||
(i) => i.type === cat.value && isIntegrationAllowed(i, cat),
|
||||
)
|
||||
const categoryIntegrations = allIntegrations.filter((i) => i.type === cat.value && isIntegrationAllowed(i, cat))
|
||||
|
||||
if (!categoryIntegrations.length) continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user