Merge pull request #4275 from devansh-webkul/issue-4269

Fixed error on loading category page results whoops no product found in mobile view #4269
This commit is contained in:
Jitendra Singh 2020-11-19 20:26:37 +05:30 committed by GitHub
commit e755146174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
style="width: 100%"
@endif>
<shimmer-component v-if="isLoading && !isMobile()" shimmer-count="4"></shimmer-component>
<shimmer-component v-if="isLoading" shimmer-count="4"></shimmer-component>
<template v-else-if="products.length > 0">
@if ($toolbarHelper->getCurrentMode() == 'grid')