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) {
|
onShare (targetRef, status) {
|
||||||
if (!!navigator && navigator.share) {
|
if (!!navigator && navigator.share) {
|
||||||
console.log("CAN SHARE")
|
console.log("CAN SHARE")
|
||||||
const url = this.props.status.get('url')
|
const url = status.get('url')
|
||||||
navigator.share({
|
navigator.share({
|
||||||
url,
|
url,
|
||||||
title: 'Test title',
|
title: 'Test title',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user