Skip to content

fix(ui): fix icon button running onclick twice

Yannis Barlas requested to merge fix-icon-button into master

Fixes a bug where if you click the IconButton component on the icon, its onClick would run twice (once for the button, and once for the icon).

Merge request reports