Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit b3921a2

Browse files
alexvansandeevertonfraga
authored andcommitted
Removed disabled wallets (#393)
* remove disabled wallets * removed disabled wallets
1 parent 06d5f08 commit b3921a2

16 files changed

+27
-29
lines changed

app/client/templates/views/dashboard.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ <h2>{{i18n "wallet.accounts.walletsTitle"}}</h2>
5252
{{#each wallets}}
5353
{{> elements_account account=_id wallets=true}}
5454
{{/each}}
55-
{{#each (wallets true)}}
56-
{{> elements_account account=_id wallets=true}}
57-
{{/each}}
5855
</div>
5956

6057
{{#if hasMinimumBalance}}

build/783501a78635f8d70ba0e8e6568622f9d915c9b6.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/4eac428e1ced7ae2162e361ec3bf0b737c874f18.js renamed to build/78f4bd932c714b1b8d7f70d5d465296daa7f7f16.js

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/aa9f74f3f88ba4a807bbfc3d42a5f6ec72e0ec35.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/i18n/de.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/es.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/fr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/ja.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/pt.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/ro.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/ru.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/tap-i18n.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/ua.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/zh-TW.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/i18n/zh.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<link rel="stylesheet" type="text/css" class="__meteor-css__" href="/783501a78635f8d70ba0e8e6568622f9d915c9b6.css?meteor_css_resource=true">
4+
<link rel="stylesheet" type="text/css" class="__meteor-css__" href="/aa9f74f3f88ba4a807bbfc3d42a5f6ec72e0ec35.css?meteor_css_resource=true">
55
<script type="text/javascript">__meteor_runtime_config__ = JSON.parse(decodeURIComponent("%7B%22meteorRelease%22%3A%22METEOR%401.3.2.4%22%2C%22ROOT_URL_PATH_PREFIX%22%3A%22%22%2C%22meteorEnv%22%3A%7B%22NODE_ENV%22%3A%22production%22%7D%2C%22ROOT_URL%22%3A%22%22%7D"));</script>
6-
<script type="text/javascript" src="/4eac428e1ced7ae2162e361ec3bf0b737c874f18.js"></script>
6+
<script type="text/javascript" src="/78f4bd932c714b1b8d7f70d5d465296daa7f7f16.js"></script>
77
<script type="text/javascript">Meteor.disconnect();</script>
88
<meta charset="utf-8">
99
<title>Ethereum Wallet</title>

0 commit comments

Comments
 (0)