diff --git a/frontend/src/app/components/share-button/share-button.component.ts b/frontend/src/app/components/share-button/share-button.component.ts index e2f53df..a148cd2 100644 --- a/frontend/src/app/components/share-button/share-button.component.ts +++ b/frontend/src/app/components/share-button/share-button.component.ts @@ -27,7 +27,7 @@ export class ShareButtonComponent implements OnInit { try { await this.executeMobileShareMenu(); } catch (e) { - this.executeShareDialog(); + console.log(e); } } else {