Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
[MM-23833] Fix missing labels in Marketplace modal (#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Apr 3, 2020
1 parent aabed01 commit e326242
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default class MarketplaceList extends React.PureComponent {
downloadUrl={p.download_url}
homepageUrl={p.homepage_url}
releaseNotesUrl={p.release_notes_url}
labels={p.labels}
iconData={p.icon_data}
installedVersion={p.installed_version}
/>
Expand Down

0 comments on commit e326242

Please sign in to comment.