()
| 116 | ally.filteredIssues().filter((issue) => issue.impact === impact) |
| 117 | |
| 118 | const shouldRender = () => { |
| 119 | if (ally.impactKey() !== 'all') { |
| 120 | return ally.impactKey() === impact |
| 121 | } |
| 122 | return issues().length > 0 |
| 123 | } |
| 124 | |
| 125 | return ( |
| 126 | <Show when={shouldRender()}> |
no test coverage detected