display content address card in simple mode
This commit is contained in:
parent
0041059465
commit
73ad23ef58
1 changed files with 22 additions and 26 deletions
|
@ -750,7 +750,6 @@ class PublishPage extends React.PureComponent {
|
|||
)}
|
||||
</View>
|
||||
|
||||
{this.state.advancedMode && (
|
||||
<View style={publishStyle.card}>
|
||||
<Text style={publishStyle.cardTitle}>Content Address</Text>
|
||||
<Text style={publishStyle.helpText}>
|
||||
|
@ -777,11 +776,8 @@ class PublishPage extends React.PureComponent {
|
|||
/>
|
||||
<Text style={publishStyle.currency}>LBC</Text>
|
||||
</View>
|
||||
<Text style={publishStyle.helpText}>
|
||||
This LBC remains yours and the deposit can be undone at any time.
|
||||
</Text>
|
||||
<Text style={publishStyle.helpText}>This LBC remains yours and the deposit can be undone at any time.</Text>
|
||||
</View>
|
||||
)}
|
||||
|
||||
{this.state.advancedMode && (
|
||||
<View style={publishStyle.card}>
|
||||
|
|
Loading…
Reference in a new issue