lushdog@outlook.com il y a 1 semaine
Parent
commit
6fcb0b14a5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/app/components/DataTable.tsx

+ 2 - 1
src/app/components/DataTable.tsx

@@ -699,7 +699,8 @@ function DataTableContent() {
 		}
 	}
 
-	const handleRefresh = () => {
+	const handleRefresh = async () => {
+		await getTokenBalance(poolsListRef.current, selectedPoolAddress)
 		fetchData(1, 100, selectedPoolAddress, sortField)
 	}