1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-15 17:42:03 +00:00
This commit is contained in:
Szymon Lesisz 2019-04-12 16:51:42 +02:00
parent a797a52931
commit 5b98deac1e

View File

@ -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,