Showing
1 changed file
with
1 additions
and
2 deletions
@@ -204,8 +204,7 @@ export default class Brand extends Component { | @@ -204,8 +204,7 @@ export default class Brand extends Component { | ||
204 | reource = reourceForLifeStyle; | 204 | reource = reourceForLifeStyle; |
205 | } | 205 | } |
206 | 206 | ||
207 | - let showLoading = (isFetching && data.get('all_list').size == 0 && listError == null) | ||
208 | - || (reourceFetching && reource.get('banner').size == 0 && reource.get('custom_brands').size == 0 && reourceError == null); | 207 | + let showLoading = (reourceFetching && reource.get('banner').size == 0 && reource.get('custom_brands').size == 0 && reourceError == null); |
209 | 208 | ||
210 | if (showLoading) { | 209 | if (showLoading) { |
211 | return ( | 210 | return ( |
-
Please register or login to post a comment