TESTING Fixed variable in StatusContainer
TESTING • Fixed: - variable in StatusContainer
This commit is contained in:
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',
|
||||
|
|
Loading…
Reference in New Issue