diff --git a/sas/templates/sas/picture.jinja b/sas/templates/sas/picture.jinja
index ebc7a53c..97a58842 100644
--- a/sas/templates/sas/picture.jinja
+++ b/sas/templates/sas/picture.jinja
@@ -103,7 +103,9 @@
x-data="{formatter: Intl.DateTimeFormat('{{ LANGUAGE_CODE }}', {dateStyle: 'long'})}"
>
{% trans %}Date: {% endtrans %}
-
+ {# The `currentPicture.date || 0` part is to avoid having
+ a console error while the picture date is not yet fetched #}
+