From 937e1e01f39a9e53b4772794f1d3fdb9c994165f Mon Sep 17 00:00:00 2001 From: KDSBrowne <kert.browne85@gmail.com> Date: Fri, 15 Feb 2019 15:32:41 +0000 Subject: [PATCH] fix console error --- bigbluebutton-html5/imports/ui/components/chat/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/chat/component.jsx b/bigbluebutton-html5/imports/ui/components/chat/component.jsx index affb35dcc5..b7069521d3 100644 --- a/bigbluebutton-html5/imports/ui/components/chat/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/chat/component.jsx @@ -127,7 +127,7 @@ const propTypes = { PropTypes.object, ])).isRequired).isRequired, scrollPosition: PropTypes.number, - shortcuts: PropTypes.string.isRequired, + shortcuts: PropTypes.objectOf(PropTypes.string), hasUnreadMessages: PropTypes.bool.isRequired, lastReadMessageTime: PropTypes.number.isRequired, partnerIsLoggedOut: PropTypes.bool.isRequired, -- GitLab