mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
unbreak changelog
This commit is contained in:
parent
30f774cf9c
commit
2199fe5cbf
@ -51,7 +51,7 @@ export default class ChangelogDialog extends React.Component {
|
||||
<div key={repo}>
|
||||
<h2>{repo}</h2>
|
||||
{this.state[repo].map(commit =>
|
||||
<div key={commit.commit.html_url}><a href={commit.commit.html_url}>{commit.commit.message}</a></div>
|
||||
<div key={commit.commit.url}><a href={commit.commit.url}>{commit.commit.message}</a></div>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user