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

Commit

Permalink
fix(Linter): space
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Apr 11, 2018
1 parent b193d53 commit f16d9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function AppRouter ($stateProvider, $urlRouterProvider) {
accounts ($injector, $q) {
let MyWallet = $injector.has('MyWallet') && $injector.get('MyWallet');
let sfox = MyWallet.wallet && MyWallet.wallet.external && MyWallet.wallet.external.sfox;

This comment has been minimized.

Copy link
@Artic2019

Artic2019 Jun 18, 2018

15yCW8o2FtXTqJnhB9dTDXDYHnwUaoV6PT


return sfox && sfox.hasAccount
? $q.resolve([])
.then(() => sfox.getBuyMethods()).catch(console.log)
Expand Down

1 comment on commit f16d9b1

@Artic2019
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

О

Please sign in to comment.