fix params

This commit is contained in:
Hailey
2024-06-03 10:48:54 -07:00
parent e717e18dae
commit 6ed7f9fb1e
@@ -10,7 +10,7 @@ export function StarterPackCard({hideTopBorder}: {hideTopBorder?: boolean}) {
const t = useTheme()
return (
<Link to={{screen: 'StarterPack', params: {id: 123}}}>
<Link to={{screen: 'StarterPack', params: {id: '123'}}}>
<View
style={[
a.flex_row,