Skip to content

Commit

Permalink
Merge pull request #691 from cosmos/fabo/690-fix-receive-btn
Browse files Browse the repository at this point in the history
fixed receive modal not showing
  • Loading branch information
nylira authored May 14, 2018
2 parents a30f649 + 8f9c9da commit bf445bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/components/common/NiModalReceive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
modal.ni-modal-receive(v-if="active" :close="close")
div(slot='title') Receive Tokens
p You can receive Cosmos tokens of any denomination by sharing this address.
li-copy.receive-modal(:value="wallet.key.address")
li-copy.receive-modal(:value="wallet.address")
</template>

<script>
Expand Down

0 comments on commit bf445bb

Please sign in to comment.