From 271cdbdbfa2478ecf56e9b01a4474508acacda2e Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Sat, 6 Sep 2025 09:01:12 -0500 Subject: [PATCH] refactor(cosume): changes to allow non logged in users to use this function --- .../routes/(logistics)/materialHelper/consumption/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/(logistics)/materialHelper/consumption/index.tsx b/frontend/src/routes/(logistics)/materialHelper/consumption/index.tsx index bcb56d2..ae1e45b 100644 --- a/frontend/src/routes/(logistics)/materialHelper/consumption/index.tsx +++ b/frontend/src/routes/(logistics)/materialHelper/consumption/index.tsx @@ -32,7 +32,10 @@ function RouteComponent() { ) : ( - + <> + + + )} );