Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shekenahglory committed Dec 7, 2016
1 parent 215ab2d commit f5aa19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/landing/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f5aa19f

Please sign in to comment.