Showing
1 changed file
with
1 additions
and
1 deletions
@@ -59,7 +59,7 @@ class EstimateDetailContainer extends Component { | @@ -59,7 +59,7 @@ class EstimateDetailContainer extends Component { | ||
59 | } | 59 | } |
60 | 60 | ||
61 | _onEndReached() { | 61 | _onEndReached() { |
62 | - this.props.actions.getEstimateList(this.state.tabType, this.state.timeType, true); | 62 | + this.props.actions.getEstimateList(this.state.tabType, this.state.timeType, false); |
63 | } | 63 | } |
64 | 64 | ||
65 | render() { | 65 | render() { |
-
Please register or login to post a comment