diff options
Diffstat (limited to 'src/components/StarterPack')
-rw-r--r-- | src/components/StarterPack/StarterPackCard.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index 88d075b78..d889b2e72 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -156,7 +156,6 @@ export function Link({ return ( <BaseLink - action="push" to={`/starter-pack/${handleOrDid}/${rkey}`} label={_(msg`Navigate to ${record.name}`)} onPress={() => { |