mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak props naming
This commit is contained in:
@ -144,7 +144,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
||||
</div>
|
||||
<MemoContent
|
||||
key={`${memo.name}-${memo.updateTime}`}
|
||||
memoId={extractMemoIdFromName(memo.name)}
|
||||
memoName={memo.name}
|
||||
content={memo.content}
|
||||
readonly={readonly}
|
||||
onClick={handleMemoContentClick}
|
||||
|
Reference in New Issue
Block a user