import { h, VNode } from "preact"; import { BackupReducerProps, AnastasisClientFrame } from "./index"; export function PoliciesPayingScreen(props: BackupReducerProps): VNode { const payments = props.backupState.policy_payment_requests ?? []; return (

Some of the providers require a payment to store the encrypted recovery document.

); }