lushdog@outlook.com 1 tháng trước cách đây
mục cha
commit
b1da66a0db
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/app/components/DataTable.tsx

+ 6 - 0
src/app/components/DataTable.tsx

@@ -38,10 +38,16 @@ interface PoolInfo {
   mintA?: {
     address: string
     symbol?: string
+    mintInfo?: {
+      symbol?: string
+    }
   }
   mintB?: {
     address:  string
     symbol?: string
+    mintInfo?: {
+      symbol?: string
+    }
   }
 }