fix
parent
c1789ef6c6
commit
513f54a031
|
|
@ -137,9 +137,9 @@ const Driver = (props) => {
|
||||||
<div className={`driver-container${isSupervision ? " driver-container--cockpit" : ""}`}>
|
<div className={`driver-container${isSupervision ? " driver-container--cockpit" : ""}`}>
|
||||||
<Skeleton active loading={isLoading}>
|
<Skeleton active loading={isLoading}>
|
||||||
<div className="driver-container-content">
|
<div className="driver-container-content">
|
||||||
<Institution {...props} />
|
|
||||||
{/* {showContent && isInstitution && <Institution {...props} />}
|
{showContent && isInstitution && <Institution {...props} />}
|
||||||
{showContent && isSupervision && <Cockpit {...props} />} */}
|
{showContent && isSupervision && <Cockpit {...props} />}
|
||||||
</div>
|
</div>
|
||||||
</Skeleton>
|
</Skeleton>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue