Skip to content

Commit

Permalink
this should fix #150
Browse files Browse the repository at this point in the history
  • Loading branch information
bnagtega committed Jun 6, 2020
1 parent bf90854 commit 7dbbf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dex/directives/dexWatchlist/WatchList.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
* @private
*/
_isActiveTrading() {
return this.activeTab === 'all';
return this.activeTab === 'trading';
}

/**
Expand Down

0 comments on commit 7dbbf0a

Please sign in to comment.