This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 </a >
1111 </template >
1212 </LinkResolver >
13- <div class = " pt-2 " v-if =" showTwitter" >
13+ <template v-if =" showTwitter " >
1414 <Identity :address =" address" :inline =" true" :showTwitter =" showTwitter" :verticalAlign =" true" />
15- </div >
15+ </template >
1616</div >
1717
1818</template >
Original file line number Diff line number Diff line change 11<template >
22 <component :is =" is" v-clipboard:copy =" address" :class =" { aligned: verticalAlign, overflowWrap: noOwerflow }" >
3- <template v-if =" showTwitter && twitter " >
4- <a :href =" `https://twitter.com/${twitter}`" target =" _blank" rel =" noopener noreferrer" >
3+ <template v-if =" showTwitter " >
4+ <a :href =" `https://twitter.com/${twitter}`" class = " pt-2 " target =" _blank" rel =" noopener noreferrer" v-if = " twitter " >
55 {{ twitter | toString }}
66 <b-icon
77 pack =" fab"
@@ -51,7 +51,7 @@ export default class Identity extends Mixins(InlineMixin) {
5151 get twitter(): Address {
5252 // console.log('get twitter -> identityInfo', this.identityInfo);
5353 const twitter = this .identity .twitter
54- return twitter as string || shortAddress ( this . resolveAddress ( this . address ))
54+ return twitter as string || ' '
5555 }
5656
5757 @Watch (' address' , { immediate: true })
You can’t perform that action at this time.
0 commit comments