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

Commit

Permalink
Merge pull request #11388 from NejcZdovc/hotfix/#11387-button
Browse files Browse the repository at this point in the history
Fixes color flash for add funds button
  • Loading branch information
cezaraugusto authored Oct 9, 2017
2 parents d39d84b + 542c79c commit 2cf81bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EnabledContent extends ImmutableComponent {
test2Id={'addFunds'}
l10nId={buttonText}
onClick={onButtonClick.bind(this)}
disabled={ledgerData.get('creating')}
disabled={!ledgerData.get('created')}
/>
<a className={cx({
[globalStyles.appIcons.question]: true,
Expand Down

0 comments on commit 2cf81bd

Please sign in to comment.