Update old Route

This commit is contained in:
Matt DiMeglio 2025-04-19 12:59:12 -04:00
parent b80013dba1
commit 5ad7ef9d1a

View file

@ -120,7 +120,7 @@ export default function Incidents() {
style={{ padding: 2 }}
onPress={() => {
router.push({
pathname: '/landing',
pathname: '/call',
params: {
callDetails: btoa(JSON.stringify(call))
}