/* eslint react/no-danger: "off" */ import { useBackend } from '../../backend'; import { Box, Button, Section } from '../../components'; export const pda_notekeeper = (props, context) => { const { act, data } = useBackend(context); const { note } = data; return (
{/* As usual with dangerouslySetInnerHTML, this notekeeper was designed to use HTML injection. Fix when markdown is easier. */}