We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc7456 commit 54c0eadCopy full SHA for 54c0ead
1 file changed
packages/extension/src/ui/action/App.vue
@@ -15,12 +15,7 @@
15
/>
16
</div>
17
<div>
18
- <a
19
- ref="toggle"
20
- class="app__menu-link"
21
- @click="toggleMoreMenu"
22
- v-show="hideSomething"
23
- >
+ <a ref="toggle" class="app__menu-link" @click="toggleMoreMenu">
24
<more-icon />
25
</a>
26
<div v-show="isOpenMore" ref="dropdown" class="app__menu-dropdown">
@@ -237,7 +232,6 @@ const isLoading = ref(true);
237
232
const currentVersion = __PACKAGE_VERSION__;
238
233
const latestVersion = ref('');
239
234
const enabledTestnetworks = ref<string[]>([]);
240
-const hideSomething = ref(true);
241
235
/** -------------------
242
236
* Updates
243
-------------------*/
0 commit comments