import * as React from "react"; import ReactMarkdown from "react-markdown"; import { Trans } from 'react-i18next' function DailyItem(props: any) { const [state, setState] = React.useState('view') const [title, setTitle] = React.useState('') const [notes, setNotes] = React.useState('') if (state === 'view') { return (