Skip to content

Commit c09b33c

Browse files
committed
refactor(ReduxTooltip): fix data proptype
1 parent df36eba commit c09b33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/ReduxTooltip/ReduxTooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const propTypes = {
1111
className: PropTypes.string,
1212
toolTipVisible: PropTypes.bool,
1313
currentHoveredRef: PropTypes.object,
14-
data: PropTypes.object,
14+
data: PropTypes.any,
1515
template: PropTypes.func,
1616
hideTooltip: PropTypes.func,
1717
};

0 commit comments

Comments
 (0)