Skip to content

Commit

Permalink
Stop killing my browser
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Apr 24, 2024
1 parent e91e658 commit 93b8a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function CollectionShareDialog(props: Props) {

useEffect(() => {
setState({ ...state, applications: [...props.applications] });
}, [props.applications, state]);
}, [props.applications]);

return (
<>
Expand Down

0 comments on commit 93b8a49

Please sign in to comment.