Show only active result in experiment table view [SCI-7369] (#4578)

This commit is contained in:
ajugo 2022-10-27 09:52:20 +02:00 committed by GitHub
parent bfbefddd30
commit 449283b4f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ module Experiments
def results_presenter(my_module)
{
count: my_module.results.length,
count: my_module.results.active.length,
url: results_my_module_path(my_module)
}
end