mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
commented extra things
This commit is contained in:
parent
af15c488cc
commit
fc17b7f840
@ -398,16 +398,17 @@ class PowerDownView extends Component {
|
||||
<ScrollView style={styles.scroll} contentContainerStyle={styles.scrollContentContainer}>
|
||||
{this._renderBeneficiarySelectionContent()}
|
||||
{_renderMiddleContent()}
|
||||
{/*
|
||||
<View style={styles.middleContent}>
|
||||
{/* <TransferFormItem
|
||||
<TransferFormItem
|
||||
label={intl.formatMessage({ id: 'transfer.from' })}
|
||||
rightComponent={() => this._renderDropdown(accounts, currentAccountName)}
|
||||
/>
|
||||
<TransferFormItem
|
||||
label={intl.formatMessage({ id: 'transfer.destination_accounts' })}
|
||||
rightComponent={this._renderDestinationAccountItems}
|
||||
/> */}
|
||||
{/*
|
||||
/>
|
||||
|
||||
{!poweringDown && (
|
||||
<Fragment>
|
||||
<TransferFormItem
|
||||
@ -431,8 +432,7 @@ class PowerDownView extends Component {
|
||||
</Text>
|
||||
</Fragment>
|
||||
)}
|
||||
*/}
|
||||
{/*
|
||||
|
||||
{poweringDown && (
|
||||
<Fragment>
|
||||
<TransferFormItem
|
||||
@ -447,11 +447,12 @@ class PowerDownView extends Component {
|
||||
/>
|
||||
</Fragment>
|
||||
)}
|
||||
*/}
|
||||
</View>
|
||||
*/}
|
||||
<View style={styles.bottomContent}>
|
||||
{!poweringDown && (
|
||||
<Fragment>
|
||||
{/*
|
||||
<View style={styles.informationView}>
|
||||
<InformationBox
|
||||
style={styles.spInformation}
|
||||
@ -475,6 +476,7 @@ class PowerDownView extends Component {
|
||||
<Text style={styles.informationText}>
|
||||
{intl.formatMessage({ id: 'transfer.estimated_weekly' })}
|
||||
</Text>
|
||||
*/}
|
||||
<MainButton
|
||||
style={styles.button}
|
||||
isDisable={amount <= 0}
|
||||
|
@ -78,6 +78,7 @@ export default EStyleSheet.create({
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
fontWeight: 'bold',
|
||||
marginVertical: 16,
|
||||
},
|
||||
stopButton: {
|
||||
width: '$deviceWidth / 3',
|
||||
|
Loading…
Reference in New Issue
Block a user