mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Fixing the link (#780)
This commit is contained in:
parent
c5eaaf8d45
commit
f3e83fab7e
@ -63,7 +63,7 @@ export default function Publisher({
|
||||
) : (
|
||||
<>
|
||||
<Link
|
||||
to={`/search/?owner=${account}&sort=created&sortOrder=desc`}
|
||||
to={`/search?sort=created&sortOrder=desc&text=${account}`}
|
||||
title="Show all data sets created by this account."
|
||||
>
|
||||
{name}
|
||||
|
Loading…
Reference in New Issue
Block a user