Add cancel button to ConfirmWithPassword component
This commit is contained in:
@@ -81,6 +81,11 @@ export default class ConfirmWithPassword extends Component {
|
||||
>
|
||||
{shared.confirmToProceed}
|
||||
</SettingsButton>
|
||||
<SettingsButton
|
||||
onPress={this.props.onCancel}
|
||||
>
|
||||
{shared.cancel}
|
||||
</SettingsButton>
|
||||
</View>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user