diff --git a/scanpipe/templates/scanpipe/project_detail.html b/scanpipe/templates/scanpipe/project_detail.html
index 6c9e766d2..9fa89b2c9 100644
--- a/scanpipe/templates/scanpipe/project_detail.html
+++ b/scanpipe/templates/scanpipe/project_detail.html
@@ -110,10 +110,12 @@
{% endif %}
-
-
- Loading the charts...
-
+ {% if project.resource_count or project.package_count %}
+
+
+ Loading the charts...
+
+ {% endif %}
{% include 'scanpipe/includes/run_modal.html' %}