Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/micro' into micro
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicagood committed Aug 13, 2018
2 parents cce58c6 + 19b6dfa commit 0188957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/app/spot/spot/spot.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
if (thisSpot.properties.samples) {
var sampleChildrenSpots = [];
_.each(thisSpot.properties.samples, function (sample) {
if (sample.spot_id) sampleChildrenSpots.push(SpotFactory.getSpotById(sample.spot_id));
if (sample.spot_id) sampleChildrenSpots.push(getSpotById(sample.spot_id));
});
childrenSpots.push(sampleChildrenSpots);
}
Expand Down

0 comments on commit 0188957

Please sign in to comment.