diff --git a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/AppPublisherBase/BaseLayout.jsx b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/AppPublisherBase/BaseLayout.jsx index 464300be20..d05fe2f8ae 100644 --- a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/AppPublisherBase/BaseLayout.jsx +++ b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/AppPublisherBase/BaseLayout.jsx @@ -95,6 +95,8 @@ class BaseLayout extends Component { return "Applications"; } else if (href.indexOf("platforms") !== -1) { return "Platforms"; + } else { + return ""; } } @@ -163,23 +165,19 @@ class BaseLayout extends Component { : - + : this.getCurrentPageTitle() === "" ?
: + }
-
- - - {this.props.children} - - -
+ + {this.props.children} +