We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae36b3d commit f5a30b6Copy full SHA for f5a30b6
app/components/dashboard/dr_rai_report.html.erb
@@ -289,7 +289,7 @@
289
previousPercentage = Math.round(indicator.previous_numerator / indicator.previous_denominator * 100)
290
}
291
$('.activity-statement .previous-percentage').text(previousPercentage)
292
- $('#step-' + nextStep + '-' + target.ui).data('denominator', indicator.denominator)
+ $('#step-' + nextStep + '-' + target.ui).data('denominator', indicator.previous_denominator)
293
294
$('#step-' + nextStep + '-' + target.ui).removeClass('d-none')
295
toHide.push($('#step-' + nextStep + '-' + target.ui))
0 commit comments