Skip to content

Commit 54c0ead

Browse files
committed
devop: cleanup
1 parent 3cc7456 commit 54c0ead

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

  • packages/extension/src/ui/action

packages/extension/src/ui/action/App.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
/>
1616
</div>
1717
<div>
18-
<a
19-
ref="toggle"
20-
class="app__menu-link"
21-
@click="toggleMoreMenu"
22-
v-show="hideSomething"
23-
>
18+
<a ref="toggle" class="app__menu-link" @click="toggleMoreMenu">
2419
<more-icon />
2520
</a>
2621
<div v-show="isOpenMore" ref="dropdown" class="app__menu-dropdown">
@@ -237,7 +232,6 @@ const isLoading = ref(true);
237232
const currentVersion = __PACKAGE_VERSION__;
238233
const latestVersion = ref('');
239234
const enabledTestnetworks = ref<string[]>([]);
240-
const hideSomething = ref(true);
241235
/** -------------------
242236
* Updates
243237
-------------------*/

0 commit comments

Comments
 (0)