Skip to content

Commit 45507ca

Browse files
committedNov 2, 2021
fix: use icon
1 parent af27904 commit 45507ca

File tree

6 files changed

+4
-1
lines changed

6 files changed

+4
-1
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ typings/
6363

6464
dist/
6565
node/
66-
.out/
66+
.out/
67+
.DS_Store

‎src/assets/.DS_Store

-6 KB
Binary file not shown.

‎src/assets/images/.DS_Store

-6 KB
Binary file not shown.

‎src/assets/images/archive/.DS_Store

-6 KB
Binary file not shown.

‎src/assets/images/icons/.DS_Store

-10 KB
Binary file not shown.

‎src/components/MewIcon/MewIcon.vue

+2
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ export default {
195195
return this.ensManager;
196196
case 'ethBalance':
197197
return this.ethBalance;
198+
case 'ethBlocks':
199+
return this.ethBlocks;
198200
case 'finney':
199201
return this.finney;
200202
case 'keepkey':

0 commit comments

Comments
 (0)
Please sign in to comment.