From f5aa19f88369a215d5c2df21182207fecf95d55d Mon Sep 17 00:00:00 2001 From: Matthew Fettig Date: Wed, 7 Dec 2016 10:16:58 -0800 Subject: [PATCH] fix bug --- src/app/landing/landing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()