Skip to content

Commit

Permalink
feat(profile): hide wallet adresses
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Oct 26, 2024
1 parent 0cda9b4 commit 5b3ea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profiles/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ q-page.full-width.page-profile
)
badges-widget(:badges="memberBadges" compact v-if="memberBadges" fromProfile)
wallet.wallet(v-if="isMember && (tab === Tabs.INFO || isTabletOrGreater)" :style="{'grid-area': 'wallet'}" ref="wallet" :more="isOwner" :username="username")
wallet-adresses.walletadd(:style="{'grid-area': 'walletadd'}" :walletAdresses="walletAddressForm" @onSave="onSaveWalletAddresses" v-if="isOwner && (tab==='INFO' || isTabletOrGreater)" :isHypha="daoSettings.isHypha")
//- wallet-adresses.walletadd(:style="{'grid-area': 'walletadd'}" :walletAdresses="walletAddressForm" @onSave="onSaveWalletAddresses" v-if="isOwner && (tab==='INFO' || isTabletOrGreater)" :isHypha="daoSettings.isHypha")
multi-sig.msig(v-if="tab==='INFO' || isTabletOrGreater" :style="{'grid-area': 'msig'}" v-show="isHyphaOwner" :numberOfPRToSign="numberOfPRToSign")
.right.q-gutter-md(:style="$q.screen.gt.md && {'grid-area': 'right'}")
component.q-gutter-y-md(:is="isTabletOrGreater ? 'widget' : 'div'" :style="{'grid-area': 'projects'}" v-if="tab===Tabs.PROJECTS || isTabletOrGreater" :title="isTabletOrGreater ? $t('pages.profiles.profile.myProjects') : ''")
Expand Down

0 comments on commit 5b3ea68

Please sign in to comment.