mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +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
|
@ -128,9 +128,9 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{% set statuses = domainStatus|map(status => status.status) %}
|
||||
|
||||
|
||||
{% set statuses = domainStatus ? domainStatus|map(status => status.status) : [] %}
|
||||
|
||||
<div class="mb-3 mt-3">
|
||||
<div class="form-label">{{ __('Statuses') }}</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue