diff --git a/src/components/Views/EditView/EditView.tsx b/src/components/Views/EditView/EditView.tsx index 2b734efc..64c5f244 100644 --- a/src/components/Views/EditView/EditView.tsx +++ b/src/components/Views/EditView/EditView.tsx @@ -188,7 +188,7 @@ export const EditView = (props: Props) => { const hasChanges = !deepEqual(form, prevForm) const hasTopic = Boolean(form.mainTopic) if (hasChanges || hasTopic) { - console.debug("saving draft") + console.debug('saving draft') setSaving(true) if (props.shout?.published_at) { saveDraftToLocalStorage(form)