oops
This commit is contained in:
@@ -406,9 +406,9 @@ function Footer({
|
|||||||
color="primary"
|
color="primary"
|
||||||
size="small"
|
size="small"
|
||||||
onPress={onNext}
|
onPress={onNext}
|
||||||
disabled={state.canNext || state.processing}>
|
disabled={!state.canNext || state.processing}>
|
||||||
<ButtonText>{nextBtnText}</ButtonText>
|
<ButtonText>{nextBtnText}</ButtonText>
|
||||||
<Loader size="xs" style={{color: 'white'}} />
|
{state.processing && <Loader size="xs" style={{color: 'white'}} />}
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user