mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{sortedConnections.map((connection, index) => (
|
{sortedConnections.map((connection) => (
|
||||||
<tr
|
<tr
|
||||||
key={connection.id}
|
key={connection.id}
|
||||||
className="border-b border-divider hover:bg-content2 cursor-pointer transition-colors h-12"
|
className="border-b border-divider hover:bg-content2 cursor-pointer transition-colors h-12"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user