Commit ddd68ec7 authored by Chunchi Che's avatar Chunchi Che

update Card.tsx

parent 81addd86
Pipeline #22293 passed with stages
in 12 minutes and 18 seconds
......@@ -149,7 +149,7 @@ export const Card: FC<{ idx: number }> = React.memo(({ idx }) => {
/>
<img className="card-back" src={getCardImgUrl(0, true)} />
</div>
<div className="card-streamer" />
{snap.selected ? <div className="card-streamer" /> : <></>}
</animated.div>
);
});
......
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