TESTING Fixed variable in StatusContainer

TESTING

• Fixed:
- variable in StatusContainer
This commit is contained in:
mgabdev 2020-10-24 14:24:11 -05:00
parent 0a46f54b7f
commit a3fb02d86f

@ -305,7 +305,7 @@ const mapDispatchToProps = (dispatch) => ({
onShare (targetRef, status) {
if (!!navigator && navigator.share) {
console.log("CAN SHARE")
const url = this.props.status.get('url')
const url = status.get('url')
navigator.share({
url,
title: 'Test title',