Update old Route
This commit is contained in:
parent
b80013dba1
commit
5ad7ef9d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ export default function Incidents() {
|
|||
style={{ padding: 2 }}
|
||||
onPress={() => {
|
||||
router.push({
|
||||
pathname: '/landing',
|
||||
pathname: '/call',
|
||||
params: {
|
||||
callDetails: btoa(JSON.stringify(call))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue