diff options
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} |