1
0
Fork 0

more documentation and cleanup

This commit is contained in:
Enoch Riese 2023-03-09 17:45:10 -06:00
parent 3962c61162
commit f39b947717
10 changed files with 165 additions and 57 deletions

View file

@ -9,7 +9,7 @@ export const ExportDraft = ({ gist, design, app }) => {
const [error, setError] = useState(false)
const [format, setFormat] = useState(false)
const { t } = useTranslation(['app', , 'plugin'])
const { t } = useTranslation(['app', 'plugin'])
const doExport = (format) => {
setLink(false)
setError(false)