Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_dataTableActions.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_dataTableActions.twig b/plugins/CoreHome/templates/_dataTableActions.twig
index 05be8b9834..5c4151a213 100644
--- a/plugins/CoreHome/templates/_dataTableActions.twig
+++ b/plugins/CoreHome/templates/_dataTableActions.twig
@@ -146,7 +146,7 @@
<div class="configItem dataTableExcludeLowPopulation"></div>
</li>
{% endif %}
- {% if properties.show_pivot_by_subtable|default is not empty %}
+ {% if properties.show_pivot_by_subtable|default is not empty and not isComparing|default(false) %}
<li>
<div class="configItem dataTablePivotBySubtable"></div>
</li>