Add missing key property for the list of lists

[MAILPOET-4828]
This commit is contained in:
Rostislav Wolny
2023-01-26 13:14:15 +01:00
committed by Aschepikov
parent bcb3bacf89
commit ec74290b3e

View File

@@ -123,7 +123,7 @@ export function SubscribersStats(): JSX.Element {
</thead>
<tbody>
{listsChange.map((list) => (
<tr>
<tr key={list.id}>
<td>
<a
href={`admin.php?page=mailpoet-subscribers#/page[1]/sort_by[created_at]/sort_order[desc]/group[all]/filter[segment=${list.id}]`}