1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Change noteHash to noteLink in the input in InfoPanel

This commit is contained in:
asmsuechan
2017-07-15 13:41:22 +09:00
parent 49fd2cfc4d
commit 8365a60d5d
3 changed files with 14 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ class MarkdownNoteDetail extends React.Component {
<InfoPanel
storageName={currentOption.storage.name}
folderName={currentOption.folder.name}
noteKey={location.query.key}
noteLink={`[title](${location.query.key})`}
updatedAt={formatDate(note.updatedAt)}
createdAt={formatDate(note.createdAt)}
/>