Fix wrong connectors counter

* Changed connect counter

* Fix linter

Co-authored-by: Sergii Petrychenko <spetrichenko@provectus.com>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
This commit is contained in:
Sergii Petrychenko 2021-12-14 15:12:34 +02:00 committed by GitHub
parent 344d9768d7
commit f5d421d9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ export interface ListProps {
const List: React.FC<ListProps> = ({
connectors,
connects,
areConnectsFetching,
areConnectorsFetching,
fetchConnects,
@ -55,7 +54,7 @@ const List: React.FC<ListProps> = ({
title="Connects"
fetching={areConnectsFetching}
>
{connects.length}
{connectors.length}
</Indicator>
<div className="column">