clean code master plant sub section and master device
This commit is contained in:
@@ -37,7 +37,7 @@ const CardList = ({
|
||||
return (
|
||||
<Row gutter={[16, 16]} style={{ marginTop: '16px', justifyContent: 'left' }}>
|
||||
{data.map((item) => (
|
||||
<Col xs={24} sm={24} md={12} lg={8} key={item.device_id}>
|
||||
<Col xs={24} sm={24} md={12} lg={6} key={item.device_id}>
|
||||
<Card
|
||||
title={
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user