Skip to content

Commit

Permalink
Small final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Jan 22, 2024
1 parent a386997 commit 5fe953e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
class="ml-3"
color="#00b786"
variant="outlined"
label
@click="copyAddr(store.addrWallet)"
label
>
{{ cosmosConfig[store.chainSelected].chainId }}
</v-chip>
Expand Down
4 changes: 2 additions & 2 deletions pages/transactions/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
:coin-icon="cosmosConfig[store.chainSelected].coinLookup.icon"
/>

<v-btn
<!-- <v-btn
large
class="mt-2"
color="#333333"
@click.stop="dialog = true"
>
Receive
</v-btn>
</v-btn> -->
</v-row>
<v-divider class="mb-6" />
<template v-for="group in groupedEvents()">
Expand Down

0 comments on commit 5fe953e

Please sign in to comment.