From 4dd5b75cfa3b6d7914f9f178cbaa0a51488ed1e8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 8 Nov 2021 17:09:26 +0100 Subject: anastasis-webui: ui tweaks --- .../anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx') diff --git a/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx b/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx index f7731ba00..aafde6e8c 100644 --- a/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx +++ b/packages/anastasis-webui/src/pages/home/ContinentSelectionScreen.tsx @@ -32,7 +32,7 @@ export function ContinentSelectionScreen(): VNode { const theContinent = reducer.currentReducerState.selected_continent || ""; // const cc = reducer.currentReducerState.selected_country || ""; const theCountry = countryList.find((c) => c.code === countryCode); - const selectCountryAction = () => { + const selectCountryAction = async () => { //selection should be when the select box changes it value if (!theCountry) return; reducer.transition("select_country", { @@ -123,8 +123,8 @@ export function ContinentSelectionScreen(): VNode {

- Your choice will help us with asking the right information to unique - identify you when you want to recover your backed up secrets. + Your selection will help us ask right information to uniquely + identify you when you want to recover your secret again.

Choose the country that issued most of your long-term legal -- cgit v1.2.3