Skip to content

Commit

Permalink
fix: MET-2035 update search pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TaiTruong committed May 4, 2024
1 parent 3dddeb3 commit 9d3d7e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const HeaderSearch: React.FC<Props> = ({ home, callback, setShowErrorMobile, his
}

if (res?.data?.validPoolName && !res?.data?.validTokenName) {
history.push(routers.DELEGATION_POOLS, {
history.push(`${routers.DELEGATION_POOLS}?${stringify({ page: 1, size: 50, query: query })}`, {
tickerNameSearch: encodeURIComponent((search || "").trim().toLocaleLowerCase())
});
setShowOption(false);
Expand Down

0 comments on commit 9d3d7e1

Please sign in to comment.