mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-11 20:09:28 +02:00
Fixed newly introduced error after Twig update
This commit is contained in:
parent
bc220010d8
commit
77d5c17ee1
1 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% set statuses = domainStatus|map(status => status.status) %}
|
{% set statuses = domainStatus ? domainStatus|map(status => status.status) : [] %}
|
||||||
|
|
||||||
<div class="mb-3 mt-3">
|
<div class="mb-3 mt-3">
|
||||||
<div class="form-label">{{ __('Statuses') }}</div>
|
<div class="form-label">{{ __('Statuses') }}</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue