diff --git a/app/screens/channel_info/channel_info.js b/app/screens/channel_info/channel_info.js index 5519a65a8..208d10c3f 100644 --- a/app/screens/channel_info/channel_info.js +++ b/app/screens/channel_info/channel_info.js @@ -52,6 +52,7 @@ export default class ChannelInfo extends PureComponent { currentChannelCreatorName: PropTypes.string, currentChannelMemberCount: PropTypes.number, currentChannelGuestCount: PropTypes.number, + currentChannelPinnedPostCount: PropTypes.number, currentUserId: PropTypes.string, currentUserIsGuest: PropTypes.bool, status: PropTypes.string, @@ -414,6 +415,7 @@ export default class ChannelInfo extends PureComponent { actionsRows = (style, channelIsArchived) => { const { currentChannelMemberCount, + currentChannelPinnedPostCount, canManageUsers, canEditChannel, theme, @@ -475,6 +477,7 @@ export default class ChannelInfo extends PureComponent {