Skip to content

Commit

Permalink
feat: Margins cleanup - Remove extra-margins - MEED-2895-Meeds-io/MIP…
Browse files Browse the repository at this point in the history
…s#103

(cherry picked from commit efeff7f)
  • Loading branch information
SaraBoutej committed Nov 22, 2023
1 parent ca022c4 commit d0419fd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
@back="closeDetail" />
<v-card
v-else-if="displayed"
:class="walletSettingsClass"
class="card-border-radius"
flat>
<v-list>
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit d0419fd

Please sign in to comment.