Added question button to promoted posts to show ProUpgradeModal

• Added:
- question button to promoted posts to show ProUpgradeModal
This commit is contained in:
mgabdev
2020-10-31 18:06:49 -05:00
parent bb5747576b
commit 62d77311a3
3 changed files with 26 additions and 3 deletions

View File

@@ -308,6 +308,7 @@ class Status extends ImmutablePureComponent {
contextType,
isComposeModalOpen,
commentSortingType,
onOpenProModal,
} = this.props
// const { height } = this.state
@@ -430,6 +431,7 @@ class Status extends ImmutablePureComponent {
isFeatured={isFeatured}
isPinnedInGroup={isPinnedInGroup}
isComment={isComment && !isChild}
onOpenProModal={onOpenProModal}
/>
<StatusHeader
@@ -563,6 +565,7 @@ Status.propTypes = {
onFavorite: PropTypes.func,
onMention: PropTypes.func,
onOpenMedia: PropTypes.func,
onOpenProModal: PropTypes.func,
onOpenVideo: PropTypes.func,
onHeightChange: PropTypes.func,
onToggleHidden: PropTypes.func,