Web: Components: Fixed ContentRow contextOptions property type

This commit is contained in:
Ilya Oleshko 2019-07-25 13:56:13 +03:00
parent 07d3457c3a
commit e359cc645f

View File

@ -139,7 +139,7 @@ ContentRow.propTypes = {
avatarRole: PropTypes.string, avatarRole: PropTypes.string,
avatarSource: PropTypes.string, avatarSource: PropTypes.string,
avatarName: PropTypes.string, avatarName: PropTypes.string,
contextOptions: PropTypes.func, contextOptions: PropTypes.array,
data: PropTypes.object, data: PropTypes.object,
children: PropTypes.element children: PropTypes.element
}; };