()
| 134 | <For each={actions}> |
| 135 | {(action, index) => { |
| 136 | const isSelected = () => selected() === index() |
| 137 | const isCopied = () => action.copy && copied() |
| 138 | return ( |
| 139 | <box flexDirection="column" alignItems="center" flexShrink={0}> |
no test coverage detected