@@ -157,7 +157,7 @@ export default class ListVoucher extends Component {
}
bottomView = () => {
- if (!this.state.hasMore) {
+ if (this.state.dataList.length > 0 && !this.state.hasMore) {
return (<Text style={styles.noMore}>{$t('voucher.noMore')}</Text>)
} else {
return null