api: add Person and StreamingService contexts
This commit is contained in:
@@ -175,7 +175,10 @@ export default function ShowDetails() {
|
||||
onPress={() =>
|
||||
router.push({
|
||||
pathname: "/participant",
|
||||
params: { participantId: p.id, name: p.name },
|
||||
params: {
|
||||
participantId: p.id,
|
||||
name: p.name,
|
||||
},
|
||||
})
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user