mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Reformat
Signed-off-by: Bastian <matrix@noxware.de>
This commit is contained in:
parent
7428e97910
commit
d77f10e085
1 changed files with 3 additions and 3 deletions
|
@ -32,8 +32,8 @@ export default React.createClass({
|
|||
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
title: "",
|
||||
description: "",
|
||||
title: '',
|
||||
description: '',
|
||||
};
|
||||
},
|
||||
|
||||
|
@ -50,7 +50,7 @@ export default React.createClass({
|
|||
contentId='mx_Dialog_content'
|
||||
hasCancel={false}
|
||||
>
|
||||
<div className="mx_Dialog_content" id='mx_Dialog_content'>
|
||||
<div className="mx_Dialog_content" id="mx_Dialog_content">
|
||||
{ this.props.description }
|
||||
</div>
|
||||
<DialogButtons primaryButton={this.props.button || _t('OK')}
|
||||
|
|
Loading…
Reference in a new issue