diff --git a/js/controllers/sidebar.js b/js/controllers/sidebar.js index cf074753f..78a5ef22a 100644 --- a/js/controllers/sidebar.js +++ b/js/controllers/sidebar.js @@ -21,10 +21,6 @@ angular.module('copayApp.controllers').controller('SidebarController', function( 'title': 'History', 'icon': 'icon-history', 'link': 'history' - }, { - 'title': 'Settings', - 'icon': 'icon-gear', - 'link': 'more' }]; $scope.signout = function() {