Browse Source

Ignore lib files

Tatiana Inama 7 years ago
parent
commit
3ef656fbe6
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      js/vademecum.js

+ 1 - 0
.gitignore

@@ -1 +1,2 @@
 node_modules
+lib

+ 1 - 1
js/vademecum.js

@@ -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>