diff --git a/packages/grant-explorer/src/features/round/CollectionShareDialog.tsx b/packages/grant-explorer/src/features/round/CollectionShareDialog.tsx index b26215267b..60acd311ae 100644 --- a/packages/grant-explorer/src/features/round/CollectionShareDialog.tsx +++ b/packages/grant-explorer/src/features/round/CollectionShareDialog.tsx @@ -80,7 +80,7 @@ export function CollectionShareDialog(props: Props) { useEffect(() => { setState({ ...state, applications: [...props.applications] }); - }, [props.applications, state]); + }, [props.applications]); return ( <>