Indentation fix in my_files.js
This commit is contained in:
parent
be74a51d9f
commit
db76714801
1 changed files with 5 additions and 5 deletions
|
@ -13,11 +13,11 @@ progressBarStyle = {
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
},
|
},
|
||||||
myFilesRowImgStyle = {
|
myFilesRowImgStyle = {
|
||||||
maxHeight: '100px',
|
maxHeight: '100px',
|
||||||
display: 'block',
|
display: 'block',
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginRight: 'auto',
|
marginRight: 'auto',
|
||||||
float: 'left'
|
float: 'left'
|
||||||
};
|
};
|
||||||
|
|
||||||
var MyFilesRow = React.createClass({
|
var MyFilesRow = React.createClass({
|
||||||
|
|
Loading…
Reference in a new issue