diff options
| author | Boss Marco <bossm8@bfh.ch> | 2021-11-05 16:57:32 +0100 |
|---|---|---|
| committer | Boss Marco <bossm8@bfh.ch> | 2021-11-05 16:57:32 +0100 |
| commit | 98064f0652d8e1dff661e3bb0d8791f4af04ad6f (patch) | |
| tree | 5d278fd1fab17b0c4b03cc89bcea678edd3789d3 /packages/anastasis-webui/src/pages/home/PoliciesPayingScreen.tsx | |
| parent | 8d9386ac008e9d095867433bfc789d09bd93414d (diff) | |
| parent | 842cc327541ebcfc761208f42bf5f74e22c6283c (diff) | |
added some logging messages
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/PoliciesPayingScreen.tsx')
| -rw-r--r-- | packages/anastasis-webui/src/pages/home/PoliciesPayingScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/pages/home/PoliciesPayingScreen.tsx b/packages/anastasis-webui/src/pages/home/PoliciesPayingScreen.tsx index 8a39cf0e4..a470f5155 100644 --- a/packages/anastasis-webui/src/pages/home/PoliciesPayingScreen.tsx +++ b/packages/anastasis-webui/src/pages/home/PoliciesPayingScreen.tsx @@ -13,7 +13,7 @@ export function PoliciesPayingScreen(): VNode { const payments = reducer.currentReducerState.policy_payment_requests ?? []; return ( - <AnastasisClientFrame hideNext title="Backup: Recovery Document Payments"> + <AnastasisClientFrame hideNav title="Backup: Recovery Document Payments"> <p> Some of the providers require a payment to store the encrypted recovery document. |
