From 5b98deac1e13fa252711777a7704dc1b02865252 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Fri, 12 Apr 2019 16:51:42 +0200 Subject: [PATCH] flow fix --- src/actions/WalletActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/WalletActions.js b/src/actions/WalletActions.js index f8d8765f..98037319 100644 --- a/src/actions/WalletActions.js +++ b/src/actions/WalletActions.js @@ -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,