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 = () => { ...@@ -58,19 +58,13 @@ const CardModal = () => {
cover={<img alt={name} src={imgUrl} />} cover={<img alt={name} src={imgUrl} />}
> >
<Meta title={name} /> <Meta title={name} />
<p> <AttLine
<AttLine types={extraCardTypes(types || 0)}
types={extraCardTypes(types || 0)} race={race}
race={race} attribute={attribute}
attribute={attribute} />
/> <AtkLine level={level} atk={atk} def={def} />
</p> <CounterLine counters={counters} />
<p>
<AtkLine level={level} atk={atk} def={def} />
</p>
<p>
<CounterLine counters={counters} />
</p>
<p>{desc}</p> <p>{desc}</p>
</Card> </Card>
{interactivies.map((interactive, idx) => { {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