From 9308971cabde844c45c03d5236073bfd1fa26895 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 26 Sep 2017 15:57:56 -0400 Subject: [PATCH] use consistent step property on credit inputs #604 --- CHANGELOG.md | 1 + ui/js/component/publishForm/view.jsx | 2 +- ui/js/component/walletSend/view.jsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91d955b8..0cd4f7346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * The folder icon representing a local download now shows up properly on Channel pages (#587) * While editing a publish, the URL will no longer change if you select a new file. (#601) * Fixed issues with opening the folder for a file (#606) + * Be consistent with the step property on credit inputs (#604) ### Deprecated * diff --git a/ui/js/component/publishForm/view.jsx b/ui/js/component/publishForm/view.jsx index 0337aeba9..e842870bb 100644 --- a/ui/js/component/publishForm/view.jsx +++ b/ui/js/component/publishForm/view.jsx @@ -823,7 +823,7 @@ class PublishForm extends React.PureComponent { { diff --git a/ui/js/component/walletSend/view.jsx b/ui/js/component/walletSend/view.jsx index 00beb2a86..3e65cceab 100644 --- a/ui/js/component/walletSend/view.jsx +++ b/ui/js/component/walletSend/view.jsx @@ -33,7 +33,7 @@ class WalletSend extends React.PureComponent {