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