fix params
This commit is contained in:
@@ -10,7 +10,7 @@ export function StarterPackCard({hideTopBorder}: {hideTopBorder?: boolean}) {
|
|||||||
const t = useTheme()
|
const t = useTheme()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Link to={{screen: 'StarterPack', params: {id: 123}}}>
|
<Link to={{screen: 'StarterPack', params: {id: '123'}}}>
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
|
|||||||
Reference in New Issue
Block a user