Commit e2e42df3 authored by Chunchi Che's avatar Chunchi Che

fix small

parent d21e74cc
Pipeline #20601 passed with stages
in 5 minutes and 14 seconds
......@@ -96,9 +96,7 @@ const AtkLine = (props: { level?: number; atk?: number; def?: number }) => (
) : (
<></>
)}
<Col>
<div>/</div>
</Col>
<Col>/</Col>
{props.def ? (
<Col>
<Icon component={DefenceSvg} />
......@@ -125,9 +123,7 @@ const AttLine = (props: {
<Row gutter={8}>
{props.types ? <Col>{`[${props.types}]`}</Col> : <></>}
{race ? <Col>{race}</Col> : <></>}
<Col>
<div>/</div>
</Col>
<Col>/</Col>
{attribute ? <Col>{attribute}</Col> : <></>}
</Row>
);
......
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