Commit 83ad52af authored by chechunchi's avatar chechunchi

update small

parent 080e6534
import "./index.scss";
import { CheckCard } from "@ant-design/pro-components";
import { Button, Segmented, Space, Tooltip } from "antd";
import { Button, Card, Segmented, Space, Tooltip } from "antd";
import { CSSProperties, useEffect, useState } from "react";
import { INTERNAL_Snapshot as Snapshot, useSnapshot } from "valtio";
......@@ -210,7 +210,7 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({
key={grouped.length + i}
>
<div>
<CheckCard
<Card
cover={
<YgoCard
code={card.meta.id}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment