Merge pull request #4688 from devansh-webkul/issue-4685
Fixed blank space which remains on the homepage when disabling out of stock item from backend #4685
This commit is contained in:
commit
8caecd4bd6
|
|
@ -84,7 +84,9 @@ class ShopController extends Controller
|
|||
return $this->velocityHelper->formatProduct($product);
|
||||
}
|
||||
}
|
||||
}),
|
||||
})->reject(function ($product) {
|
||||
return is_null($product);
|
||||
})->values(),
|
||||
];
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue