refactor(FE): Remove unused conditional rendering for step 3

This commit is contained in:
rstubryan
2026-02-06 14:33:13 +07:00
parent 3bacc59dc6
commit 9ee5e95d0b
@@ -744,7 +744,6 @@ const DeliveryOrderFormModal = ({
</Button> </Button>
</div> </div>
)} )}
{step === 3 && null}
</div> </div>
</> </>
)} )}