Multiple UI Improvements

This commit is contained in:
Asaad Mahmood
2016-03-08 15:47:50 +05:00
parent 7db020ec34
commit b934dfc059
2 changed files with 4 additions and 4 deletions

View File

@@ -151,9 +151,9 @@ class FileAttachment extends React.Component {
this.setState({fileSize: parseInt(data.size, 10)});
}
}.bind(this),
function error() {
// Do nothing
}
function error() {
// Do nothing
}
);
} else {
fileSizeString = utils.fileSizeToString(this.state.fileSize);

View File

@@ -277,7 +277,7 @@ class UserSettingsModal extends React.Component {
/>
</Modal.Title>
</Modal.Header>
<Modal.Body bsClass='settings-modal__body modal' ref='modalBody'>
<Modal.Body ref='modalBody'>
<div className='settings-table'>
<div className='settings-links'>
<SettingsSidebar