Fix link bug

This commit is contained in:
Eric Bailey
2024-03-10 16:51:54 -05:00
parent efc3e3f450
commit e1c128c77c
+1 -1
View File
@@ -253,7 +253,7 @@ export function InlineLink({
onIn: onPressIn,
onOut: onPressOut,
} = useInteractionState()
const flattenedStyle = flatten(style)
const flattenedStyle = flatten(style) || {}
return (
<Text