diff --git a/templates/components/magazine_box.html.twig b/templates/components/magazine_box.html.twig index ac426b1bc..d84849a53 100644 --- a/templates/components/magazine_box.html.twig +++ b/templates/components/magazine_box.html.twig @@ -55,7 +55,7 @@
  • {{ 'created_at'|trans }}: {{ component('date', {date: computed.magazine.createdAt}) }}
  • - {% if app.user is defined and app.user is not null and app.user.admin() and computed.magazine.apId is not null %} + {% if app.user is defined and app.user is not null and app.user.admin() and computed.magazine.apId is not null and computed.magazine.apFetchedAt is not same as null %}
  • {{ 'last_updated'|trans }}: {{ component('date', {date: computed.magazine.apFetchedAt}) }}