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:
@@ -58,6 +58,7 @@ export function Component({
|
||||
inline
|
||||
renderItem={(list, index) => (
|
||||
<ListItem
|
||||
key={list.uri}
|
||||
index={index}
|
||||
list={list}
|
||||
memberships={memberships}
|
||||
|
||||
Reference in New Issue
Block a user