Skip to content

Commit

Permalink
log downloadData
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Dec 8, 2023
1 parent 3fc81b5 commit 63108ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DataViz/RegionalProteomics.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ class RegionalProteomics extends Component {
let downloadData = this.state.tableData;
if (downloadData && downloadData.length > 0) {
cleanDownloadData = this.cleanResults(downloadData);
}
}
console.log(downloadData);
return (
<div className='height-wrapper mb-3 mt-3'>
<Container id='outer-wrapper'>
Expand Down

0 comments on commit 63108ba

Please sign in to comment.