remove peer tab
This commit is contained in:
parent
fb8a52fd6a
commit
93620fa6c0
4 changed files with 5 additions and 19 deletions
|
|
@ -2,11 +2,8 @@
|
|||
|
||||
angular.module('copay.header').controller('HeaderController',
|
||||
function($scope, $rootScope, $location, walletFactory, controllerUtils) {
|
||||
$scope.menu = [{
|
||||
'title': 'Copayers',
|
||||
'icon': 'fi-torsos-all',
|
||||
'link': '#/peer'
|
||||
}, {
|
||||
$scope.menu = [
|
||||
{
|
||||
'title': 'Addresses',
|
||||
'icon': 'fi-address-book',
|
||||
'link': '#/addresses'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue