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)
 	}