Skip to content

Commit

Permalink
fix(plugins/plugin-electron-components): UpdateChecker does not rende…
Browse files Browse the repository at this point in the history
…r the changelog as markdown

part of #7497
  • Loading branch information
starpit authored and k8s-ci-robot committed Jun 1, 2021
1 parent caada90 commit 60d744b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,7 @@ export default class UpdateChecker extends React.PureComponent<Props, State> {

bodyContent: (
<React.Fragment>
<Markdown
source={this.state.entryForLatestVersion.content}
contentType="text/html"
baseUrl={baseUrl()}
/>
<Markdown source={this.state.entryForLatestVersion.content} baseUrl={baseUrl()} />
</React.Fragment>
),
headerContent: (
Expand Down

0 comments on commit 60d744b

Please sign in to comment.