migration #51

Merged
cowch merged 166 commits from migration into main 2025-09-19 22:18:47 -05:00
Showing only changes of commit 271cdbdbfa - Show all commits

View File

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