diff options
author | Ansh <anshnanda10@gmail.com> | 2023-12-05 20:27:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 18:27:38 -0800 |
commit | 78e459d06fbc48459dd73c9e837278eac254f4a9 (patch) | |
tree | 00856585cbc2e00736672ab18d0783f9bf2af89a /src/view/com/modals/UserAddRemoveLists.tsx | |
parent | e6bda92b206de0d839c4e134d25fc7f56ae9c767 (diff) | |
download | voidsky-78e459d06fbc48459dd73c9e837278eac254f4a9.tar.zst |
Add missing translations and fix react key error in `MyLists.tsx` (#2103)
* add missing translations * fix key errors in MyLists * Update UserAddRemoveLists.tsx
Diffstat (limited to 'src/view/com/modals/UserAddRemoveLists.tsx')
-rw-r--r-- | src/view/com/modals/UserAddRemoveLists.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/modals/UserAddRemoveLists.tsx b/src/view/com/modals/UserAddRemoveLists.tsx index 506ce15d0..c51f862cc 100644 --- a/src/view/com/modals/UserAddRemoveLists.tsx +++ b/src/view/com/modals/UserAddRemoveLists.tsx @@ -58,6 +58,7 @@ export function Component({ inline renderItem={(list, index) => ( <ListItem + key={list.uri} index={index} list={list} memberships={memberships} |