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:
commit
e755146174
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue