mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +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 (
|
||||
connectorStatusConfig.connectorStatuses[connectorType] || getDefaultConnectorStatus()
|
||||
);
|
||||
return connectorStatusConfig.connectorStatuses[connectorType] || getDefaultConnectorStatus();
|
||||
},
|
||||
[]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue