Fix StarterPackCard Link component

This commit is contained in:
Eric Bailey
2024-10-17 13:50:24 -05:00
parent 2aed0ba060
commit 1fc55697a7
@@ -123,7 +123,8 @@ export function Link({
starterPack.creator.did, starterPack.creator.did,
) )
precacheStarterPack(queryClient, starterPack) precacheStarterPack(queryClient, starterPack)
}}> }}
style={[a.flex_col, a.align_start]}>
{children} {children}
</BaseLink> </BaseLink>
) )