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 }) => ( ...@@ -96,9 +96,7 @@ const AtkLine = (props: { level?: number; atk?: number; def?: number }) => (
) : ( ) : (
<></> <></>
)} )}
<Col> <Col>/</Col>
<div>/</div>
</Col>
{props.def ? ( {props.def ? (
<Col> <Col>
<Icon component={DefenceSvg} /> <Icon component={DefenceSvg} />
...@@ -125,9 +123,7 @@ const AttLine = (props: { ...@@ -125,9 +123,7 @@ const AttLine = (props: {
<Row gutter={8}> <Row gutter={8}>
{props.types ? <Col>{`[${props.types}]`}</Col> : <></>} {props.types ? <Col>{`[${props.types}]`}</Col> : <></>}
{race ? <Col>{race}</Col> : <></>} {race ? <Col>{race}</Col> : <></>}
<Col> <Col>/</Col>
<div>/</div>
</Col>
{attribute ? <Col>{attribute}</Col> : <></>} {attribute ? <Col>{attribute}</Col> : <></>}
</Row> </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