Commit 0bddbba0 authored by Steven's avatar Steven

chore: fix frontend linter

parent 6007f48b
...@@ -84,10 +84,10 @@ const Resources = () => { ...@@ -84,10 +84,10 @@ const Resources = () => {
<p className="text-xs shrink text-gray-400 truncate">{resource.filename}</p> <p className="text-xs shrink text-gray-400 truncate">{resource.filename}</p>
<Link <Link
className="shrink-0 text-xs ml-1 text-gray-400 hover:underline hover:text-blue-600" 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" target="_blank"
> >
#{resource.relatedMemoId} #{resource.memoId}
</Link> </Link>
</div> </div>
</div> </div>
......
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