fix(changelog): fix changelog show

This commit is contained in:
Alexey Kasyanchuk
2021-06-10 14:40:54 +03:00
parent af91c9c294
commit 48701df4c8
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default class ChangeLog extends Page {
render() {
return (
<div className='pad0-75'>
<ReactMarkdown skipHtml={true} source={this.changelog} />
<ReactMarkdown skipHtml={true} children={this.changelog.toString()} />
</div>
);
}

View File

@ -16,6 +16,7 @@ export const aboutMenuTemplateFunc = () => ({
webPreferences: {
nodeIntegration: true,
enableRemoteModule: true,
contextIsolation: false,
}
})
win.setMenu(null)