diff --git a/templates/productList.html.twig b/templates/productList.html.twig
index fec8a01..ac9c255 100644
--- a/templates/productList.html.twig
+++ b/templates/productList.html.twig
@@ -17,7 +17,7 @@
| {% if product.starred == true %}★{% else %} ☆ {% endif %} |
-  |
+  |
{{ product.name }}
{% if product.currentStock.stock > 0 %}
@@ -28,11 +28,14 @@
{{ product.subTitle }}
|
-
- {% for category in product.categories %}
- - {{ category }}
- {% endfor %}
-
+
+
|
link |
{{ product.price.last.price | format_currency('PLN', {}, 'pl') }} |