Commit b1e467cb authored by Chunchi Che's avatar Chunchi Che

fix small

parent 7aec2353
Pipeline #20609 passed with stages
in 6 minutes and 53 seconds
...@@ -73,14 +73,14 @@ const NeosDuel = () => { ...@@ -73,14 +73,14 @@ const NeosDuel = () => {
}; };
const NeosSider = () => ( const NeosSider = () => (
<div> <>
<Row> <Row>
<DuelTimeLine /> <DuelTimeLine />
</Row> </Row>
<Row> <Row>
<SendBox /> <SendBox />
</Row> </Row>
</div> </>
); );
const NeosCanvas = () => ( const NeosCanvas = () => (
......
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