"use client";
import React from "react";
import {
Button,
Card,
Col,
Dropdown,
Row,
Space,
Table,
Tabs,
type TabsProps,
Tag,
Typography,
} from "antd";
import { CalculatorOutlined, MoreOutlined } from "@ant-design/icons";
import Link from "antd/lib/typography/Link";
import MyStake from "@/app/home/resources2/components/MyStake";
const { Text } = Typography;
const OtherAccounts = () => {
const columns_key1 = [
{
title: "资源类型",
dataIndex: "name",
key: "name",
},
{
title: "获取资源数量",
dataIndex: "quantity",
key: "quantity",
},
{
title: "质押数量",
dataIndex: "name",
key: "name",
},
{
title: "最后操作时间 (UTC)",
dataIndex: "quantity",
key: "quantity",
},
{
title: "操作",
render: () => {
return (