File tree Expand file tree Collapse file tree
portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Environments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3439,7 +3439,8 @@ export default function Environments() {
34393439 </ IconButton >
34403440 </ Tooltip >
34413441 </ TableCell >
3442- { settings . isGatewayNotificationEnabled && (
3442+ { settings . isGatewayNotificationEnabled
3443+ && ! api . initiatedFromGateway && (
34433444 < TableCell align = 'justify' >
34443445 < FormattedMessage
34453446 id = 'Apis.Details.Environments.Environments.gateway.deployment.status'
@@ -3591,7 +3592,8 @@ export default function Environments() {
35913592 EnvDeployments = { allEnvDeployments [ row . name ] }
35923593 />
35933594 </ TableCell >
3594- { settings . isGatewayNotificationEnabled && (
3595+ { settings . isGatewayNotificationEnabled
3596+ && ! api . initiatedFromGateway && (
35953597 < TableCell align = 'justify' >
35963598 { envDeploymentStatusComponent ( row , allEnvDeployments ) }
35973599 </ TableCell >
You can’t perform that action at this time.
0 commit comments