Commit 1813af12 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/warning' into 'main'

Fix/warning

See merge request mycard/Neos!155
parents e831f456 99be0199
Pipeline #20950 passed with stages
in 18 minutes and 13 seconds
This diff is collapsed.
......@@ -58,19 +58,13 @@ const CardModal = () => {
cover={<img alt={name} src={imgUrl} />}
>
<Meta title={name} />
<p>
<AttLine
types={extraCardTypes(types || 0)}
race={race}
attribute={attribute}
/>
</p>
<p>
<AtkLine level={level} atk={atk} def={def} />
</p>
<p>
<CounterLine counters={counters} />
</p>
<AttLine
types={extraCardTypes(types || 0)}
race={race}
attribute={attribute}
/>
<AtkLine level={level} atk={atk} def={def} />
<CounterLine counters={counters} />
<p>{desc}</p>
</Card>
{interactivies.map((interactive, idx) => {
......
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