Skip to content

Commit

Permalink
fix: safari sahre bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
avlyalin committed Jun 5, 2020
1 parent 8a2bd08 commit 86d6216
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ class App extends Component {
if (navigator.share) {
navigator.share({
title: 'Codenames - кодовые имена',
text: 'Присоединиться к игре',
url: getGameLink(this.sessionId),
});
} else {
Expand Down

0 comments on commit 86d6216

Please sign in to comment.