From 93b8a49d5ed33ed597323257c2d49a362a25c024 Mon Sep 17 00:00:00 2001 From: 0xKurt Date: Wed, 24 Apr 2024 22:42:34 +0200 Subject: [PATCH] Stop killing my browser --- .../grant-explorer/src/features/round/CollectionShareDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <>