Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -521,7 +521,7 @@ ui <- dashboardPage(
|
|
| 521 |
if (navigator.share) {
|
| 522 |
navigator.share({
|
| 523 |
title: pageTitle,
|
| 524 |
-
text: '
|
| 525 |
url: currentURL
|
| 526 |
})
|
| 527 |
.catch((error) => {
|
|
|
|
| 521 |
if (navigator.share) {
|
| 522 |
navigator.share({
|
| 523 |
title: pageTitle,
|
| 524 |
+
text: '',
|
| 525 |
url: currentURL
|
| 526 |
})
|
| 527 |
.catch((error) => {
|