• Kyle Keating's avatar
    Fix a11y lint for group-list and group-list-item · 30c8ae70
    Kyle Keating authored
    - Remove unused `onClick` handler from <ul> this was redundant due to `onOpenChanged` prop and caused a lint issue. Note: there were also no previous test for this click handler in group-list-item-test.js
    
    - Add alt attribute to <img> in group-list if there is an org name, otherwise its a decorative empty string
    30c8ae70
group-list-item.js 4.11 KB