@@ -1 +1,2 @@
node_modules
+lib
@@ -1211,7 +1211,7 @@ const Category = (categoryName, products) => (
</thead>
<tbody>
{
- products.filter(p => p.name !== "R3epair Eye Contour").map((p, i) => (
+ products.map((p, i) => (
<tr><td>
{ Product(p, i) }
</td></tr>