mirror of https://github.com/vector-im/riot-web
parent
cb5c9f2c5a
commit
437a440bdf
|
@ -68,7 +68,7 @@ export default React.createClass({
|
|||
title={this.props.title}
|
||||
contentId='mx_Dialog_content'
|
||||
>
|
||||
<div className="mx_Dialog_content">
|
||||
<div className="mx_Dialog_content" id='mx_Dialog_content'>
|
||||
{ this.props.description }
|
||||
</div>
|
||||
<div className="mx_Dialog_buttons">
|
||||
|
|
Loading…
Reference in New Issue