From 0d397a09cf6b3aeadcd99bbc6386b668b4d1d758 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Thu, 10 Nov 2022 15:48:20 +0800 Subject: [PATCH] feat(details.page): tmp disable edit action from options menu --- src/app/features/home/details/details.page.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/features/home/details/details.page.ts b/src/app/features/home/details/details.page.ts index 2c4293c0e..8f6d87904 100644 --- a/src/app/features/home/details/details.page.ts +++ b/src/app/features/home/details/details.page.ts @@ -427,14 +427,6 @@ export class DetailsPage { return new Promise(resolve => { const buttons: ActionSheetButton[] = []; - buttons.push({ - text: this.translocoService.translate('details.actions.edit'), - handler: () => { - this.handleEditAction(); - resolve(); - }, - }); - buttons.push({ text: this.translocoService.translate('details.actions.mintAndShare'), handler: () => {