diff --git a/frontend/views/insurer/my-list-info.php b/frontend/views/insurer/my-list-info.php index 691c475..400cb7d 100644 --- a/frontend/views/insurer/my-list-info.php +++ b/frontend/views/insurer/my-list-info.php @@ -296,10 +296,11 @@ use common\models\PriceT; html += ''; html += ''; - if(sub_item.selected == 1) + if(sub_item.selected == 1) { html += '
' + sub_item.name; html += ''; html += '
'; + } }); html += '';