fix: remove description

This commit is contained in:
karishmas6
2024-07-26 23:38:22 +05:30
parent 8e70b4f019
commit 48c87d60a8

View File

@@ -154,7 +154,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
helperText={errors[step.id]}
disabled={confirmedSteps[step.id]}
/>
<Typography variant="h6">Description: {step.value}</Typography>
<Typography variant="h6">{step.value}</Typography>
{!confirmedSteps[step.id] && (
<Box display="flex" justifyContent="space-between" gap={2}>
<Button