Fix StarterPackCard Link component
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user