Fix mismatched parenthesis in domain.soy

The code stopped working after a recent soy-to-js compiler change.
Impacts include:
- The /registrar#domain page only shows part of the contents.
- RegistrarConsoleScreenshotTest times out.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204135349
This commit is contained in:
weiminyu 2018-07-11 09:14:58 -07:00 committed by jianglai
parent 0223cea8cc
commit 7f0665783b

View file

@ -112,7 +112,7 @@
</button>
</th>
</tr>
{if isNonnull($item['domain:ns'] and isNonnull($item['domain:ns']['domain:hostObj']))}
{if isNonnull($item['domain:ns']) and isNonnull($item['domain:ns']['domain:hostObj'])}
{for $hostObj in $item['domain:ns']['domain:hostObj']}
{let $hostIdx: index($hostObj) /}
{call registry.soy.forms.inputFieldRowWithValue data="all"}