diff --git a/src/PlaidLink.tsx b/src/PlaidLink.tsx index 90f3226c..668e2f17 100644 --- a/src/PlaidLink.tsx +++ b/src/PlaidLink.tsx @@ -83,7 +83,7 @@ export const openLink = async (props: PlaidLinkProps) => { props.onExit(result); } } - }, + } ); } };