Commit c5d2d152 authored by Steven's avatar Steven

chore: fix eslint

parent f78b2774
...@@ -505,7 +505,7 @@ const MemoEditor = observer((props: Props) => { ...@@ -505,7 +505,7 @@ const MemoEditor = observer((props: Props) => {
<TagSelector editorRef={editorRef} /> <TagSelector editorRef={editorRef} />
<MarkdownMenu editorRef={editorRef} /> <MarkdownMenu editorRef={editorRef} />
<UploadAttachmentButton isUploading={state.isUploadingAttachment} /> <UploadAttachmentButton isUploading={state.isUploadingAttachment} />
<AddMemoRelationPopover editorRef={editorRef} /> <AddMemoRelationPopover />
<LocationSelector <LocationSelector
location={state.location} location={state.location}
onChange={(location) => onChange={(location) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment