1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-15 09:32:00 +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,
state?: RouterLocationState,
pathname?: string,
pathname?: ?string,
}
| {
type: typeof WALLET.TOGGLE_DEVICE_DROPDOWN,