fix: prettier formatting and step key in info sections

This commit is contained in:
Kirill
2026-05-19 14:52:11 +05:00
parent f01ede6ee9
commit e7cc518d7f
3 changed files with 16 additions and 7 deletions
@@ -41,8 +41,8 @@ export function HowToOrderSection() {
Как оформить заказ
</Typography>
<Stepper orientation="vertical" activeStep={-1}>
{steps.map((step, idx) => (
<Step key={idx} completed={false}>
{steps.map((step) => (
<Step key={step.label} completed={false}>
<StepLabel StepIconComponent={() => step.icon}>{step.label}</StepLabel>
<StepContent>
<Typography color="text.secondary">{step.text}</Typography>