aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-11-03 18:26:57 +0100
committerFlorian Dold <florian@dold.me>2021-11-03 18:26:57 +0100
commit7d24d2254b49010eb0e6e6af54a0f381cfdc4b53 (patch)
treeaa3a8beb1807ff186a648aa23769c3811a7a635e /packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx
parent04356cd23fef76d2020338d2b2b394095fdc2b14 (diff)
anastasis-webui: make it compile again
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx b/packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx
index 77329f4fa..b64e1a096 100644
--- a/packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/CountrySelectionScreen.tsx
@@ -16,7 +16,7 @@ export function CountrySelectionScreen(): VNode {
currencies: [x.currency],
});
return (
- <AnastasisClientFrame hideNext title={withProcessLabel(reducer, "Select Country")} >
+ <AnastasisClientFrame hideNext={"FIXME"} title={withProcessLabel(reducer, "Select Country")} >
<div style={{ display: 'flex', flexDirection: 'column' }}>
{reducer.currentReducerState.countries!.map((x: any) => (
<div key={x.name}>