(parentModel)
| 19029 | } |
| 19030 | |
| 19031 | const validTs = thumbnails.filter( |
| 19032 | (t) => t && typeof t === 'string' && t.length > 0 && t !== '3d.png' |
| 19033 | ); |
| 19034 | if (validTs.length !== thumbnails.length) { |
| 19035 | thumbnails = validTs; |
| 19036 | wrapper.dataset.thumbnails = JSON.stringify(thumbnails); |
no outgoing calls
no test coverage detected