diff --git a/src/app/landing/landing.js b/src/app/landing/landing.js index d8413fe..4aa9d17 100644 --- a/src/app/landing/landing.js +++ b/src/app/landing/landing.js @@ -281,7 +281,7 @@ angular.module('ripplecharts.landing', [ } setMetricValue('tradeVolumeRCL', total) - if ($scope.selectedMetric === $scope.metrics.tradeVolumeRCL) { + if ($scope.selectedMetric !== $scope.metrics.paymentVolumeRCL) { $scope.showMetricDetails() } $scope.$apply()