Skip to content
Snippets Groups Projects
Commit 4d48316e authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

bugfix

parent 8a3c5479
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
$shops = Shop::getShops();
foreach($shops as $shop){
$representation = $shop['item']->getRepresentation();
if($representation["type"] == "item"){
if($representation["type"] == "block"){
echo ('<div class="col-sm">
<div class="card" style="width: 18rem;">
<div class="card-body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment