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 />
|
<TransferToNextLot />
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
|
<>
|
||||||
|
<ConsumeMaterial />
|
||||||
<TransferToNextLot />
|
<TransferToNextLot />
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user