From e1c128c77cae276df2259a1c24fe0c671382318f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sun, 10 Mar 2024 16:51:54 -0500 Subject: [PATCH] Fix link bug --- src/components/Link.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Link.tsx b/src/components/Link.tsx index 8c963909be..1b3a325a2b 100644 --- a/src/components/Link.tsx +++ b/src/components/Link.tsx @@ -253,7 +253,7 @@ export function InlineLink({ onIn: onPressIn, onOut: onPressOut, } = useInteractionState() - const flattenedStyle = flatten(style) + const flattenedStyle = flatten(style) || {} return (