diff --git a/src/components/views/dialogs/InfoDialog.js b/src/components/views/dialogs/InfoDialog.js index 620aaf615a..1a59aaf97c 100644 --- a/src/components/views/dialogs/InfoDialog.js +++ b/src/components/views/dialogs/InfoDialog.js @@ -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} > -