()
| 705 | {sections.map(({ id, icon: Icon }) => { |
| 706 | const isSelected = id === activeTab |
| 707 | const onSelect = () => handleTabChange(id) |
| 708 | |
| 709 | // Base TabTrigger component definition |
| 710 | // We pass isSelected manually for styling, but onSelect is handled conditionally |
no outgoing calls
no test coverage detected