chore: fix frontend linter

This commit is contained in:
Steven 2023-09-27 00:45:15 +08:00
parent 6007f48b7d
commit 0bddbba00e

View File

@ -84,10 +84,10 @@ const Resources = () => {
<p className="text-xs shrink text-gray-400 truncate">{resource.filename}</p>
<Link
className="shrink-0 text-xs ml-1 text-gray-400 hover:underline hover:text-blue-600"
to={`/m/${resource.relatedMemoId}`}
to={`/m/${resource.memoId}`}
target="_blank"
>
#{resource.relatedMemoId}
#{resource.memoId}
</Link>
</div>
</div>