refactor(cosume): changes to allow non logged in users to use this function
This commit is contained in:
@@ -32,7 +32,10 @@ function RouteComponent() {
|
||||
<TransferToNextLot />
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<ConsumeMaterial />
|
||||
<TransferToNextLot />
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user