Fix double-posting bug
This commit is contained in:
@@ -126,10 +126,8 @@ export function Component({}: {}) {
|
||||
/>
|
||||
</View>
|
||||
{error !== '' && (
|
||||
<View style={styles.errorContainer}>
|
||||
<View style={s.mb10}>
|
||||
<ErrorMessage message={error} numberOfLines={3} />
|
||||
</View>
|
||||
<View style={s.mb10}>
|
||||
<ErrorMessage message={error} numberOfLines={3} />
|
||||
</View>
|
||||
)}
|
||||
{handle.length >= 2 && !isProcessing ? (
|
||||
@@ -209,9 +207,6 @@ const styles = StyleSheet.create({
|
||||
height: 70,
|
||||
textAlignVertical: 'top',
|
||||
},
|
||||
errorContainer: {
|
||||
height: 80,
|
||||
},
|
||||
btn: {
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
|
||||
Reference in New Issue
Block a user