Skip to content

Commit

Permalink
chore: #1033 hide web-component config button (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trường An authored Jun 5, 2020
1 parent 3cb1d8f commit bf194b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface AsideProps {
}

export const Aside: React.FC<AsideProps> = ({ desktopIntegrationTypes, appDetailData }) => {
const { category, isWebComponent, developer, telephone, supportEmail, homePage, isDirectApi } = appDetailData
const { category, developer, telephone, supportEmail, homePage, isDirectApi } = appDetailData

return (
<div className={standAloneAppDetailStyles.asideContainer}>
Expand All @@ -39,11 +39,11 @@ export const Aside: React.FC<AsideProps> = ({ desktopIntegrationTypes, appDetail
{renderDesktopIntegrationTypes(desktopIntegrationTypes)}
</div>
<div className={standAloneAppDetailStyles.headerWithoutMargin}>{renderDirectAPI(isDirectApi)}</div>
{isWebComponent && (
{/* {isWebComponent && (
<div className={standAloneAppDetailStyles.headerWithoutMargin}>
<WebComponentConfig />
</div>
)}
)} */}
</div>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion packages/marketplace/src/tests/badges/badge-branches.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf194b3

Please sign in to comment.