Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864757
D8678.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
D8678.diff
View Options
diff --git a/web/cashtab/src/components/Configure/Configure.js b/web/cashtab/src/components/Configure/Configure.js
--- a/web/cashtab/src/components/Configure/Configure.js
+++ b/web/cashtab/src/components/Configure/Configure.js
@@ -433,11 +433,7 @@
</p>
{wallet && wallet.mnemonic && (
<StyledCollapse>
- <Panel
- header="Click to reveal seed phrase"
- key="1"
- disabled={!(wallet || {}).mnemonic}
- >
+ <Panel header="Click to reveal seed phrase" key="1">
<p>
{wallet && wallet.mnemonic
? wallet.mnemonic
@@ -451,13 +447,7 @@
<>
<StyledSpacer />
<StyledCollapse>
- <Panel
- header="Saved wallets"
- key="2"
- disabled={
- savedWallets && savedWallets.length < 1
- }
- >
+ <Panel header="Saved wallets" key="2">
<AWRow>
<h3>{wallet.name}</h3>
<h4>Currently active</h4>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 22:12 (18 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866030
Default Alt Text
D8678.diff (1 KB)
Attached To
D8678: Remove disabled prop from collapse panels as antd deprecated
Event Timeline
Log In to Comment