Web: Components: added room logo type selector

This commit is contained in:
DmitrySychugov 2023-04-07 19:57:08 +05:00
parent 4bd4131484
commit 41f4963d83

View File

@ -88,7 +88,7 @@ RoomLogo.defaultProps = {
RoomLogo.propTypes = {
/** Accepts type of the room */
type: PropTypes.number,
type: PropTypes.oneOf([2, 5]),
/** Add privacy icon */
isPrivacy: PropTypes.bool,
/** Add archive icon */