Commit aa133131 authored by Tristan Cavelier's avatar Tristan Cavelier

[web_renderjs_ui] fix if statement

/reviewed-on !706
parent 044f13c1
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
module_list.push(document_list[i]); module_list.push(document_list[i]);
} }
pushNewCard(); pushNewCard();
if (other_module_list) { if (other_module_list.length) {
card_list.push({ card_list.push({
business_application_translated_title: translated_other_title, business_application_translated_title: translated_other_title,
module_list: other_module_list module_list: other_module_list
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>968.3771.7664.16349</string> </value> <value> <string>968.29995.27806.12578</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1528362121.19</float> <float>1529942124.52</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment