Skip to content

Commit

Permalink
ENCD-5528-use-analysis-objects-to-draw-file-graph (#3523)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhailuo authored and hitz committed Sep 11, 2020
1 parent 04e354e commit 7771fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoded/static/components/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ const ExperimentComponent = ({ context, auditIndicators, auditDetail }, reactCon

{/* Display the file widget with the facet, graph, and tables for Experiment and FunctionalCharacterizationExperiment only. */}
{!isEnhancerExperiment ?
<FileGallery context={context} encodevers={encodevers} anisogenic={anisogenic} />
<FileGallery context={fileGraphContext} encodevers={encodevers} anisogenic={anisogenic} />
: null}

{biosampleCharacterizations && biosampleCharacterizations.length > 0 ?
Expand Down

0 comments on commit 7771fd0

Please sign in to comment.