Skip to content
This repository has been archived by the owner. It is now read-only.

Fix ADDFUNDS_URL button in payments #7963

Merged
merged 1 commit into from Mar 30, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix ADDFUNDS_URL button in payments

Auditors: @bbondy, @mrose17

Test Plan:

  1. Launch browser with ADDFUNDS_URL pointing to a url i.e. http://www.github.com
  2. Open Preferences / Payments / Add Funds...
  3. Click on displayed button
  4. Ensure a new tab is opened with the URL above loaded
  • Loading branch information
aekeus committed Mar 29, 2017
commit 6100995b8db4c2404fa5b3cb2349342da89b3ea4
@@ -95,7 +95,7 @@ class BitcoinDashboard extends ImmutableComponent {
<div className={css(styles.settingsListTitle, styles.subTitle)} data-l10n-id='moneyAddSubTitle' />
</div>
<div className={css(styles.settingsPanelDivider, styles.settingsPanelDividerLast)}>
{this.bitcoinPurchaseButton}
{this.bitcoinPurchaseButton()}
<div className={css(styles.settingsListTitle, styles.subTitle)} data-l10n-id='transferTime' />
</div>
</div>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.