mirror of
https://github.com/MODSetter/SurfSense
synced 2026-06-21 13:44:09 +00:00
chore: ran linting
This commit is contained in:
@@ -20,9 +20,7 @@ export function useConnectorStatus() {
|
||||
return getDefaultConnectorStatus();
|
||||
}
|
||||
|
||||
return (
|
||||
connectorStatusConfig.connectorStatuses[connectorType] || getDefaultConnectorStatus()
|
||||
);
|
||||
return connectorStatusConfig.connectorStatuses[connectorType] || getDefaultConnectorStatus();
|
||||
},
|
||||
[]
|
||||
);
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"title": "How to",
|
||||
"pages": [
|
||||
"electric-sql"
|
||||
],
|
||||
"pages": ["electric-sql"],
|
||||
"defaultOpen": false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user