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

@@ -32,6 +32,7 @@ import {
import {
MODAL_BOOST,
MODAL_CONFIRM,
MODAL_PRO_UPGRADE,
POPOVER_COMMENT_SORTING_OPTIONS,
POPOVER_STATUS_SHARE,
COMMENT_SORTING_TYPE_OLDEST,
@@ -333,7 +334,11 @@ const mapDispatchToProps = (dispatch) => ({
callback,
position: 'top',
}))
}
},
onOpenProModal() {
dispatch(openModal(MODAL_PRO_UPGRADE))
},
});