mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
chore: ran linting
This commit is contained in:
parent
aea3040271
commit
4cde2218b4
2 changed files with 2 additions and 7 deletions
|
|
@ -20,9 +20,7 @@ export function useConnectorStatus() {
|
||||||
return getDefaultConnectorStatus();
|
return getDefaultConnectorStatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return connectorStatusConfig.connectorStatuses[connectorType] || getDefaultConnectorStatus();
|
||||||
connectorStatusConfig.connectorStatuses[connectorType] || getDefaultConnectorStatus()
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
[]
|
[]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
{
|
{
|
||||||
"title": "How to",
|
"title": "How to",
|
||||||
"pages": [
|
"pages": ["electric-sql"],
|
||||||
"electric-sql"
|
|
||||||
],
|
|
||||||
"defaultOpen": false
|
"defaultOpen": false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue