Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F12944977
D15185.id44269.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D15185.id44269.diff
View Options
diff --git a/cashtab/extension/public/manifest.json b/cashtab/extension/public/manifest.json
--- a/cashtab/extension/public/manifest.json
+++ b/cashtab/extension/public/manifest.json
@@ -3,7 +3,7 @@
"name": "Cashtab",
"description": "A browser-integrated eCash wallet from Bitcoin ABC",
- "version": "2.1.0",
+ "version": "2.1.1",
"content_scripts": [
{
"matches": ["file://*/*", "http://*/*", "https://*/*"],
diff --git a/cashtab/src/components/Send/SendXec.js b/cashtab/src/components/Send/SendXec.js
--- a/cashtab/src/components/Send/SendXec.js
+++ b/cashtab/src/components/Send/SendXec.js
@@ -858,7 +858,12 @@
value: formData.value,
disabled:
priceApiError ||
- txInfoFromUrl,
+ (typeof (
+ txInfoFromUrl !==
+ 'undefined'
+ ) &&
+ txInfoFromUrl.value !==
+ 'null'),
}}
selectProps={{
value: selectedCurrency,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 16:40 (17 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5081961
Default Alt Text
D15185.id44269.diff (1 KB)
Attached To
D15185: [Cashtab] Do not disable amount field if null is passed
Event Timeline
Log In to Comment