Use Link.

This commit is contained in:
Yang Luo
2021-03-26 21:58:10 +08:00
parent 6880c28194
commit fa358654e6
6 changed files with 26 additions and 19 deletions

View File

@ -118,9 +118,9 @@ class TokenListPage extends React.Component {
sorter: (a, b) => a.application.localeCompare(b.application),
render: (text, record, index) => {
return (
<a href={`/applications/${text}`}>
<Link to={`/applications/${text}`}>
{text}
</a>
</Link>
)
}
},