Add missing translations and fix react key error in MyLists.tsx (#2103)
* add missing translations * fix key errors in MyLists * Update UserAddRemoveLists.tsx
This commit is contained in:
parent
e6bda92b20
commit
78e459d06f
8 changed files with 162 additions and 110 deletions
|
|
@ -58,6 +58,7 @@ export function Component({
|
|||
inline
|
||||
renderItem={(list, index) => (
|
||||
<ListItem
|
||||
key={list.uri}
|
||||
index={index}
|
||||
list={list}
|
||||
memberships={memberships}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue