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

Some of the providers require a payment to store the encrypted authentication information.

); }