summaryrefslogtreecommitdiff
path: root/src/webex/pages
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-07-21 23:50:10 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-07-21 23:50:10 +0200
commit16ecbc9f177f1f71048840edf9b7af20ace3aad8 (patch)
tree3d6a1a164b9744cf6cfcdbdff44df5a15a304f10 /src/webex/pages
parentcfa1df734315efc8e24a1a846e4d694abe2249ea (diff)
downloadwallet-core-16ecbc9f177f1f71048840edf9b7af20ace3aad8.tar.gz
wallet-core-16ecbc9f177f1f71048840edf9b7af20ace3aad8.tar.bz2
wallet-core-16ecbc9f177f1f71048840edf9b7af20ace3aad8.zip
headless wallet skeleton, type fixes
Diffstat (limited to 'src/webex/pages')
-rw-r--r--src/webex/pages/return-coins.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/pages/return-coins.tsx b/src/webex/pages/return-coins.tsx
index 278f8af9d..b5d53c31e 100644
--- a/src/webex/pages/return-coins.tsx
+++ b/src/webex/pages/return-coins.tsx
@@ -55,7 +55,7 @@ interface ReturnSelectionItemProps extends ReturnSelectionListProps {
interface ReturnSelectionItemState {
selectedValue: string;
- supportedWires: object[];
+ supportedWires: string[];
selectedWire: string;
currency: string;
}