diff --git a/src/components/Link.tsx b/src/components/Link.tsx index ee5c916958..25f3497014 100644 --- a/src/components/Link.tsx +++ b/src/components/Link.tsx @@ -144,6 +144,7 @@ export function useLink({ displayText, closeModal, openModal, + outerOnPress, ], ) @@ -181,10 +182,7 @@ export function Link({children, to, action = 'push', ...rest}: LinkProps) {