(data: SessionData)
| 241 | } |
| 242 | |
| 243 | function pickSessionView(data: SessionData): FooterView { |
| 244 | return pickBlockerView({ |
| 245 | permission: data.permissions[0], |
| 246 | question: data.questions[0], |
| 247 | }) |
| 248 | } |
| 249 | |
| 250 | function queueFooter(data: SessionData): FooterOutput { |
| 251 | const view = pickSessionView(data) |
no test coverage detected