...
|
...
|
@@ -51,7 +51,7 @@ export default class CategoryB extends Component { |
|
|
if (categoryError) {
|
|
|
return (
|
|
|
<View style={styles.container}>
|
|
|
<NoNetworkTip
|
|
|
<NoNetworkTip
|
|
|
onPressReload={this.props.onPressReload}
|
|
|
/>
|
|
|
</View>
|
...
|
...
|
@@ -98,6 +98,5 @@ let styles = StyleSheet.create({ |
|
|
container: {
|
|
|
flex: 1,
|
|
|
width,
|
|
|
height: height - 64 - 49,
|
|
|
},
|
|
|
}); |
...
|
...
|
|