Skip to content

Commit

Permalink
- additional csv changes
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Feb 16, 2021
1 parent d2bf4cd commit f6eb737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions js/components/datasets/selectedCompoundsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ export const SelectedCompoundList = memo(({ height }) => {
Object.keys(filteredScoreProperties).forEach(datasetName => {
const dataset = filteredScoreProperties[datasetName];
dataset.forEach(prop => {
if (prop.hasOwnProperty('computed_set')) {
// if (prop.hasOwnProperty('computed_set')) {
unionOfProps.add(prop);
}
// }
});
});

Expand Down
9 changes: 0 additions & 9 deletions js/components/preview/summary/summaryView.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ export const SummaryView = memo(({ setSummaryViewHeight, summaryViewHeight }) =>
}}
hasHeader
headerActions={[
<Button
color="inherit"
variant="text"
className={classes.downloadButton}
onClick={() => dispatch(exportCsv())}
startIcon={<CloudDownload />}
>
Download CSV
</Button>
]}
title="Summary Info"
>
Expand Down

0 comments on commit f6eb737

Please sign in to comment.