Skip to content

Commit 5c3d823

Browse files
committed
[#1514] Update PropType for ActionStrip.icon
1 parent 942b6dc commit 5c3d823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/mobile/ActionStrip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ActionStrip = ({ actions }) => (
3838

3939
ActionStrip.propTypes = {
4040
actions: PropTypes.arrayOf(PropTypes.shape({
41-
icon: PropTypes.any, //eslint-disable-line
41+
icon: PropTypes.component,
4242
aria: PropTypes.string.isRequired,
4343
action: PropTypes.func.isRequired,
4444
inverted: PropTypes.bool

0 commit comments

Comments
 (0)