(t0)
| 160 | markV2Dismissed(); |
| 161 | } |
| 162 | function EffortIndicatorSymbol(t0) { |
| 163 | const $ = _c(4); |
| 164 | const { |
| 165 | level |
| 166 | } = t0; |
| 167 | let t1; |
| 168 | if ($[0] !== level) { |
| 169 | t1 = effortLevelToSymbol(level); |
| 170 | $[0] = level; |
| 171 | $[1] = t1; |
| 172 | } else { |
| 173 | t1 = $[1]; |
| 174 | } |
| 175 | let t2; |
| 176 | if ($[2] !== t1) { |
| 177 | t2 = <Text color="suggestion">{t1}</Text>; |
| 178 | $[2] = t1; |
| 179 | $[3] = t2; |
| 180 | } else { |
| 181 | t2 = $[3]; |
| 182 | } |
| 183 | return t2; |
| 184 | } |
| 185 | function EffortOptionLabel(t0) { |
| 186 | const $ = _c(5); |
| 187 | const { |
nothing calls this directly
no test coverage detected