Skip to content

fix(ui): make sure action group does not render empty elements

Yannis Barlas requested to merge actiongroup-empty-elements into master

Action group would render an empty div for children that evaluate to null.
This addresses that.

Merge request reports