mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-15 17:42:03 +00:00
flow fix
This commit is contained in:
parent
a797a52931
commit
5b98deac1e
@ -23,7 +23,7 @@ export type WalletAction =
|
|||||||
| {
|
| {
|
||||||
type: typeof WALLET.SET_INITIAL_URL,
|
type: typeof WALLET.SET_INITIAL_URL,
|
||||||
state?: RouterLocationState,
|
state?: RouterLocationState,
|
||||||
pathname?: string,
|
pathname?: ?string,
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
type: typeof WALLET.TOGGLE_DEVICE_DROPDOWN,
|
type: typeof WALLET.TOGGLE_DEVICE_DROPDOWN,
|
||||||
|
Loading…
Reference in New Issue
Block a user