Skip to content

Commit

Permalink
Update sheet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
edelille authored Mar 1, 2020
1 parent 62084db commit 77a0083
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/components/sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ class SheetJSApp extends React.Component {
<DragDropFile handleFile={this.handleFile}>
{ whatever = this.props.name /* this.getSize(this.props.name) */ /*this.getSize({ groupsize: this.props.name })*/}
{/*console.log(this.props.name)*/}
<div className="row"><div className="col-xs-1">
<DataInput handleFile={this.handleFile} />
<div className="col-xs-1">
<DataInput handleFile={this.handleFile} />
</div>
<br/>
<div>
Expand All @@ -90,7 +90,6 @@ class SheetJSApp extends React.Component {
<button className="btn btn-success" onClick={this.exportFile}>2. Download Excel Output File</button>
</div>
</DragDropFile>

);
};
};
Expand Down

0 comments on commit 77a0083

Please sign in to comment.