mirror of
https://github.com/usememos/memos.git
synced 2025-03-09 03:53:23 +08:00
chore: tweak linter
This commit is contained in:
parent
33e9b13665
commit
b1297f5d01
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ const MemoCommentMessage = ({ inbox }: Props) => {
|
|||
>
|
||||
{t("inbox.memo-comment", {
|
||||
user: sender?.nickname || sender?.username,
|
||||
memo: `memos\/${relatedMemo?.uid}`,
|
||||
memo: `memos/${relatedMemo?.uid}`,
|
||||
interpolation: { escapeValue: false },
|
||||
})}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue