fix(dashboard): some more rending fixes due to some strange behaivers
This commit is contained in:
@@ -27,9 +27,10 @@ export default function DashBoard() {
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
//console.log(name.split("-")[0], a);
|
||||
return (
|
||||
<div key={a.name} className="col-span-3">
|
||||
<Component age={a.age} type={a.rowType} />
|
||||
<Component data={a} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user