From aaac45bb328ca670f7315adea40a503baa57c046 Mon Sep 17 00:00:00 2001 From: SaraVieira Date: Wed, 13 Aug 2025 11:18:06 +0100 Subject: [PATCH] fix lint --- .../MemoEditor/ActionButton/UploadAttachmentButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx b/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx index 584f315a4..5f49f5693 100644 --- a/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx +++ b/web/src/components/MemoEditor/ActionButton/UploadAttachmentButton.tsx @@ -101,4 +101,4 @@ const UploadAttachmentButton = observer((props: Props) => { ); }); -export default UploadAttachmentButton; \ No newline at end of file +export default UploadAttachmentButton;