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

should have been included in the previous PR... #5905

Merged
merged 1 commit into from
Nov 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ class BitcoinDashboard extends ImmutableComponent {
}
<div className='board'>
{
this.userInAmerica
(this.userInAmerica || this.ledgerData.get('buyURLFrame'))
? this.coinbasePanel
: this.exchangePanel
}
Expand Down