diff --git a/ActionButton.js b/ActionButton.js
index ec1b9e3..a79b0a9 100644
--- a/ActionButton.js
+++ b/ActionButton.js
@@ -202,7 +202,7 @@ const ActionButton = props => {
     let actionButtons = !Array.isArray(children) ? [children] : children;
 
     actionButtons = actionButtons.filter(
-      actionButton => typeof actionButton == "object"
+      actionButton => actionButton && typeof actionButton == "object"
     );
 
     const actionStyle = {