diff --git a/src/renderer/src/components/connections/connection-table.tsx b/src/renderer/src/components/connections/connection-table.tsx index c76746b..1e4aa4a 100644 --- a/src/renderer/src/components/connections/connection-table.tsx +++ b/src/renderer/src/components/connections/connection-table.tsx @@ -402,7 +402,7 @@ const ConnectionTable: React.FC = ({ - {sortedConnections.map((connection, index) => ( + {sortedConnections.map((connection) => (