From e0ed344218b9f5fdc8a53d3cb656f6ac0e572977 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 3 May 2024 01:43:13 +0300 Subject: [PATCH] fmt --- src/components/Views/EditView/EditView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)