fix: prettier formatting and step key in info sections
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user