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:
Ansh 2023-12-05 20:27:38 -06:00 committed by GitHub
parent e6bda92b20
commit 78e459d06f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 162 additions and 110 deletions

View file

@ -58,6 +58,7 @@ export function Component({
inline
renderItem={(list, index) => (
<ListItem
key={list.uri}
index={index}
list={list}
memberships={memberships}