Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Jul 7, 2023
1 parent 3d374c6 commit 4f84491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ConnectWallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<v-icon size="26">mdi-wallet</v-icon>
</v-btn>
</template>
<v-list class="py-0" width="auto">
<v-list class="py-0">
<v-subheader class="overline">Select network</v-subheader>
<v-divider/>
<v-list-item class="pr-8 pl-4 cursor-pointer" @click="auth(network)" v-for="network in config.networks" :key="network">
Expand Down
2 changes: 1 addition & 1 deletion src/views/contract/OperationsTab.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-container fluid class="px-8 py-4 canvas fill-canvas">
<v-container fluid class="pa-8 ma-0 canvas fill-canvas">
<OperationFilters :contract="contract" v-model="openFilters" @filterChanged="filterChanged" :filters="filters" v-if="searchable"/>
<v-row>
<v-col cols="9">
Expand Down

0 comments on commit 4f84491

Please sign in to comment.