lushdog@outlook.com пре 1 недеља
родитељ
комит
6fcb0b14a5
1 измењених фајлова са 2 додато и 1 уклоњено
  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)
 	}