Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -88,7 +88,7 @@ ui <- fluidPage(
|
|
88 |
if (navigator.share) {
|
89 |
navigator.share({
|
90 |
title: pageTitle,
|
91 |
-
text: '
|
92 |
url: currentURL
|
93 |
})
|
94 |
.catch((error) => {
|
|
|
88 |
if (navigator.share) {
|
89 |
navigator.share({
|
90 |
title: pageTitle,
|
91 |
+
text: '',
|
92 |
url: currentURL
|
93 |
})
|
94 |
.catch((error) => {
|