From d0419fd7da84e1381e6779387f61ffc128eca41c Mon Sep 17 00:00:00 2001 From: saraboutej Date: Tue, 14 Nov 2023 13:04:06 +0100 Subject: [PATCH] feat: Margins cleanup - Remove extra-margins - MEED-2895-Meeds-io/MIPs#103 (cherry picked from commit efeff7faf4b3df6d30d61225fb92b40ef3860e4f) --- .../wallet-settings/components/WalletSettings.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wallet-webapps/src/main/webapp/vue-app/wallet-common/wallet-settings/components/WalletSettings.vue b/wallet-webapps/src/main/webapp/vue-app/wallet-common/wallet-settings/components/WalletSettings.vue index b3d3d52b2..855972f5d 100644 --- a/wallet-webapps/src/main/webapp/vue-app/wallet-common/wallet-settings/components/WalletSettings.vue +++ b/wallet-webapps/src/main/webapp/vue-app/wallet-common/wallet-settings/components/WalletSettings.vue @@ -10,7 +10,6 @@ @back="closeDetail" /> @@ -45,9 +44,6 @@ export default { isSpace() { return eXo.env.portal.spaceId !== '' || (this.wallet && this.wallet.spaceId && this.wallet.spaceId !== 0); }, - walletSettingsClass() { - return eXo.env.portal.spaceName ? '': 'my-3' ; - }, metamaskFeatureEnabled() { return this.walletSettings && this.walletSettings.metamaskEnabled; }