| Index: appengine/trooper_o_matic/ui/tom-patch-summary-list.css
|
| diff --git a/appengine/trooper_o_matic/ui/tom-patch-summary-list.css b/appengine/trooper_o_matic/ui/tom-patch-summary-list.css
|
| index c08c76fde3621bc076944b037049532a88d0df5a..a461855187a057bee9007dbb4166b2e4fcaff826 100644
|
| --- a/appengine/trooper_o_matic/ui/tom-patch-summary-list.css
|
| +++ b/appengine/trooper_o_matic/ui/tom-patch-summary-list.css
|
| @@ -5,7 +5,7 @@ found in the LICENSE file.
|
| */
|
|
|
| :host {
|
| - display: {{ model.list.length ? 'block' : 'none' }};
|
| + display: {{ model._list.length ? 'block' : 'none' }};
|
| }
|
|
|
| :root {
|
|
|