Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Feb 21, 2024
1 parent f627f95 commit 955ccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const Addresses = {
<div v-if="false && sync.section == null" class="mt-0 pr-1">
<b-button size="sm" @click="exportAccounts" variant="link" v-b-popover.hover.top="'Export accounts'"><b-icon-file-earmark-spreadsheet shift-v="+1" font-scale="1.2"></b-icon-file-earmark-spreadsheet></b-button>
</div>
<div class="mt-0 pr-1">
<div v-if="false" class="mt-0 pr-1">
<b-button size="sm" :disabled="!coinbase" @click="newTransfer(null); " variant="link" v-b-popover.hover.top="'New Stealth Transfer'"><b-icon-caret-right shift-v="+1" font-scale="1.1"></b-icon-caret-right></b-button>
</div>
<div class="mt-0 flex-grow-1">
Expand Down

0 comments on commit 955ccd9

Please sign in to comment.