refactor(cosume): changes to allow non logged in users to use this function

This commit is contained in:
2025-09-06 09:01:12 -05:00
parent 796a8dccd2
commit 271cdbdbfa

View File

@@ -32,7 +32,10 @@ function RouteComponent() {
<TransferToNextLot /> <TransferToNextLot />
</> </>
) : ( ) : (
<TransferToNextLot /> <>
<ConsumeMaterial />
<TransferToNextLot />
</>
)} )}
</div> </div>
); );