Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr committed Dec 8, 2023
1 parent 3ee5773 commit 3ed00ab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions components/NodeOperatorsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@
</template>

<div>
<span v-if="item.url">- Web: {{ item.url }}</span
><br />
<span v-if="item.twitter">- X: {{ item.twitter }}</span
><br />
<span v-if="item.telegram">- T: {{ item.telegram }}</span
><br />
<span v-if="item.url">- Web: {{ item.url }}<br /></span>
<span v-if="item.twitter">- X: {{ item.twitter }}<br /></span>
<span v-if="item.telegram">- T: {{ item.telegram }}<br /></span>
<span v-if="item.discord">- Discord: {{ item.discord }}</span>
</div>
</v-tooltip>
Expand Down

0 comments on commit 3ed00ab

Please sign in to comment.