Skip to content

Commit

Permalink
Merge pull request #212 from enkryptcom/develop
Browse files Browse the repository at this point in the history
Release: 1.10.1
  • Loading branch information
kvhnuke authored Jan 17, 2023
2 parents 13d3a61 + 6f57a80 commit c3560e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/extension",
"version": "1.10.0",
"version": "1.10.1",
"private": true,
"scripts": {
"zip": "cd dist; zip -r release.zip *;",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</a>
</div>
<div v-show="openList" class="add-network__search-list">
<!-- <a
class="add-network__search-list-item"
@click="$emit('action:customNetwork')"
>
<custom-network-icon /><span>Custom network</span>
</a> -->
<a
class="add-network__search-list-item"
@click="$emit('action:customNetwork')"
>
<custom-network-icon /><span>Custom network</span>
</a>
<div class="add-network__search-list-item">
<test-network-icon /><span>Show testnets</span>
<Switch
Expand All @@ -33,6 +33,7 @@ import { ref } from "vue";
import BaseSearch from "@action/components/base-search/index.vue";
import SliderIcon from "@action/icons/common/slider-icon.vue";
import TestNetworkIcon from "@action/icons/common/test-network-icon.vue";
import CustomNetworkIcon from "@action/icons/common/custom-network-icon.vue";
import Switch from "@action/components/switch/index.vue";
import { onClickOutside } from "@vueuse/core";
Expand Down

2 comments on commit c3560e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.