From d29461af516819d5cf3e2e74158bd441190c8216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Thu, 11 Jul 2024 12:35:21 +0100 Subject: [PATCH] fix(web): update from code review --- web/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/App.jsx b/web/src/App.jsx index 962996a1b1..81a7a8d03b 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -59,7 +59,7 @@ function App() { return ; } - if ((selectedProduct === undefined) & (location.pathname !== "/products")) { + if ((selectedProduct === undefined) && (location.pathname !== "/products")) { return ; }