Commit ddd68ec7 authored by Chunchi Che's avatar Chunchi Che

update Card.tsx

parent 81addd86
...@@ -149,7 +149,7 @@ export const Card: FC<{ idx: number }> = React.memo(({ idx }) => { ...@@ -149,7 +149,7 @@ export const Card: FC<{ idx: number }> = React.memo(({ idx }) => {
/> />
<img className="card-back" src={getCardImgUrl(0, true)} /> <img className="card-back" src={getCardImgUrl(0, true)} />
</div> </div>
<div className="card-streamer" /> {snap.selected ? <div className="card-streamer" /> : <></>}
</animated.div> </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