mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
fix: remove unused index parameter
This commit is contained in:
parent
80b59fc9de
commit
0e58f6f314
@ -402,7 +402,7 @@ const ConnectionTable: React.FC<Props> = ({
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{sortedConnections.map((connection, index) => (
|
||||
{sortedConnections.map((connection) => (
|
||||
<tr
|
||||
key={connection.id}
|
||||
className="border-b border-divider hover:bg-content2 cursor-pointer transition-colors h-12"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user