fix nav link (#2279)

This commit is contained in:
Matt Hill
2023-05-18 18:11:27 -06:00
committed by GitHub
parent eb0277146c
commit bbd66e9cb0

View File

@@ -58,7 +58,7 @@ export class TransferPage {
type: 'migrate', type: 'migrate',
guid, guid,
} }
this.navCtrl.navigateForward(`/embassy`) this.navCtrl.navigateForward(`/storage`)
}, },
}, },
], ],