Skip to content

Commit

Permalink
fix: react warning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Jan 18, 2020
1 parent 8023448 commit f9eb643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/src/components/ActionMenu/ActionMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const ActionMenu = React.forwardRef(function ActionMenu(props, ref) {
if (confirmTitle || confirmMessage) {
return (
<ConfirmDialog
key={`dialog-${index}`}
cancelActionText={cancelActionText}
confirmActionText={confirmActionText}
title={confirmTitle}
Expand Down

0 comments on commit f9eb643

Please sign in to comment.