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