Skip to content

Commit 026f28d

Browse files
committed
remove Title, as we don't know what it does
1 parent 21d8e42 commit 026f28d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/views/news/news-item.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const shareItem = (story: StoryType) => {
1111
}
1212
Share.share({
1313
url: story.link,
14-
title: story.title,
1514
})
1615
.then(result => console.log(result))
1716
.catch(error => console.log(error.message))

0 commit comments

Comments
 (0)