From e8158ca5c3756a33238804b6a3f2c3ae4ecc634d Mon Sep 17 00:00:00 2001 From: Anukul Pandey Date: Thu, 18 Jan 2024 13:23:40 +0530 Subject: [PATCH] fix: pools search --- src/hooks/usePoolLists.ts | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hooks/usePoolLists.ts b/src/hooks/usePoolLists.ts index 3714d44..787bcc8 100644 --- a/src/hooks/usePoolLists.ts +++ b/src/hooks/usePoolLists.ts @@ -136,7 +136,7 @@ export const usePoolsList = ({ setLoadingPoolsList(false); }; handleResp(); - }, [limit, offset]); + }, [limit, offset,search,signerAddress]); const userPoolCountQry = getUserPoolCountQry(queryType, search, signerAddress); useEffect(() => { diff --git a/yarn.lock b/yarn.lock index ae390ac..2afcd95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5702,9 +5702,9 @@ bindings@^1.3.0, bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -"bip32-ed25519@git+https://github.com/Zondax/bip32-ed25519.git": +"bip32-ed25519@https://github.com/Zondax/bip32-ed25519": version "0.0.4" - resolved "git+https://github.com/Zondax/bip32-ed25519.git#0949df01b5c93885339bc28116690292088f6134" + resolved "https://github.com/Zondax/bip32-ed25519#0949df01b5c93885339bc28116690292088f6134" dependencies: bn.js "^5.1.1" elliptic "^6.4.1"