Skip to content

Commit ebc69fb

Browse files
author
xenohunter
committed
Reverted CLIENT-84
1 parent c899da1 commit ebc69fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<div id="accounts">
6060
<h2 id="AccHeader">{{accounts.caption}}</h2>
6161
<div class="wavesAccounts" ng-controller="accountListController as list" ng-show="accounts.mode === 'list'">
62-
<p class="loginAccountDiv" ng-repeat="account in list.accounts track by account.address">
62+
<p class="loginAccountDiv" ng-repeat="account in list.accounts track by $index">
6363
<span class="loginAccount fade" tooltipster tooltip-theme="tooltipster-theme1" title="Log into this account." ng-click="list.signIn(account)"> <br/>
6464
<b>{{::account.name}}</b> <span class="divider-1"></span> <small>{{::account.address}}</small>
6565
</span>

0 commit comments

Comments
 (0)