Skip to content

Commit

Permalink
fix: missing props in external user entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelspiel committed May 28, 2024
1 parent 7463295 commit 0159c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/userEntryExternal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const ExternalUserEntry = ({
userEntry={userEntry}
setOpen={setOpen}
setUserEntry={setUserEntry}
removeUserEntry={() => {}}
userLists={lists}
userListsWithEntry={listsWithEntry}
refetchUserLists={refetchUserLists}
Expand All @@ -77,6 +78,7 @@ const ExternalUserEntry = ({
userEntry={userEntry}
setOpen={setOpen}
setUserEntry={setUserEntry}
removeUserEntry={() => {}}
userLists={lists}
userListsWithEntry={listsWithEntry}
refetchUserLists={refetchUserLists}
Expand Down

0 comments on commit 0159c86

Please sign in to comment.