Removes Unit from settings

This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-24 17:14:09 -03:00
commit e1aa5cc8f8
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 0 additions and 77 deletions

View file

@ -392,15 +392,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
}
})
.state('tabs.unit', {
url: '/unit',
views: {
'tab-settings@tabs': {
controller: 'preferencesUnitController',
templateUrl: 'views/preferencesUnit.html'
}
}
})
.state('tabs.fee', {
url: '/fee',
views: {