Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(Linter): remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Apr 23, 2018
1 parent e2b27e2 commit 136ee5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/controllers/wallet.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ function WalletCtrl ($scope, $rootScope, Wallet, $uibModal, $timeout, Alerts, $i
);

$scope.$on('$stateChangeStart', (event, toState, toParams, fromState, fromParams) => {
let wallet = MyWallet.wallet;

let featureDisabledWhen = (disabled, reason) => {
if (disabled) {
Alerts.featureDisabled(reason);
Expand Down

0 comments on commit 136ee5d

Please sign in to comment.