lushdog@outlook.com 1 неделя назад
Родитель
Сommit
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)
 	}