Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 87e6230

Browse files
committed
fix flow error
1 parent 6c1fc6a commit 87e6230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/screens/exchange/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const Exchange = () => {
5252

5353
const location = useLocation();
5454
const [provider] = useExchangeProvider();
55+
// $FlowFixMe no clue what's up
5556
const state: QueryParams = location.state;
5657

5758
const defaultMode = state?.mode || "onRamp";

0 commit comments

Comments
 (0)