aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-04-15 12:56:16 +0200
committerFlorian Dold <florian@dold.me>2022-04-15 12:56:16 +0200
commitd1b4cc994bd287af5c8a3114eab70ee01f92b4ec (patch)
treef0b3c36540bd8a8f6ecb3cdb359b18e97170fc5a /packages/anastasis-webui/src/pages/home
parent098d1eb7ebfcd2d4b460758772d42367a61dc5b2 (diff)
downloadwallet-core-d1b4cc994bd287af5c8a3114eab70ee01f92b4ec.tar.xz
anastasis-core: async provider synchronization
Diffstat (limited to 'packages/anastasis-webui/src/pages/home')
-rw-r--r--packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx b/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx
index 2a480de48..e5dbcd8fc 100644
--- a/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx
@@ -37,7 +37,6 @@ export function ContinentSelectionScreen(): VNode {
if (!theCountry) return;
reducer.transition("select_country", {
country_code: countryCode,
- currencies: [theCountry.currency],
});
};