|
|
@@ -181,7 +181,13 @@ const BusinessZone: React.FC<BusinessZoneProps> = ({ onMenuClick }) => {
|
|
|
state.bodyPositionList.exposureStatus === 'Half Exposed' ||
|
|
|
state.bodyPositionList.exposureStatus === 'Fully Exposed',
|
|
|
};
|
|
|
- } else {
|
|
|
+ } else if (currentKey === 'process') {
|
|
|
+ return {
|
|
|
+ hasExposedImage:
|
|
|
+ state.bodyPositionList.exposureStatus === 'Half Exposed' ||
|
|
|
+ state.bodyPositionList.exposureStatus === 'Fully Exposed',
|
|
|
+ };
|
|
|
+ } else{
|
|
|
return {};
|
|
|
}
|
|
|
});
|