Commit 0e07efe1 authored by chechunchi's avatar chechunchi

fix small

parent b3ac1939
Pipeline #22466 passed with stages
in 16 minutes and 18 seconds
...@@ -197,7 +197,11 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({ ...@@ -197,7 +197,11 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({
)} )}
<p>{selecteds.length > 0 ? fetchStrings("!system", 212) : ""}</p> <p>{selecteds.length > 0 ? fetchStrings("!system", 212) : ""}</p>
{selecteds.map((card, i) => ( {selecteds.map((card, i) => (
<Tooltip title={card.effectDesc} placement="bottom" key={i}> <Tooltip
title={card.effectDesc}
placement="bottom"
key={grouped.length + i}
>
<div> <div>
<CheckCard <CheckCard
cover={ cover={
......
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