From 0a022073b6632cb10bc02081f68a1f366788a5d4 Mon Sep 17 00:00:00 2001 From: aelassas Date: Mon, 3 Feb 2025 20:26:21 +0100 Subject: [PATCH] Add conditional rendering for suppliers route --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 1be5380d..27cd9f28 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -70,7 +70,7 @@ const App = () => ( } /> } /> } /> - } /> + {!env.HIDE_SUPPLIERS && } />} } /> } />