Skip to content

Commit

Permalink
fix: detail
Browse files Browse the repository at this point in the history
  • Loading branch information
yiboyasss committed Sep 10, 2024
1 parent b695f7f commit a143421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const AddStop = ({
size="small"
style={{ width: '100%' }}
/>
{formData.length > 1 && (
{formData?.length > 1 && (
<DeleteIcon
onClick={() => handleDelete(index)}
style={{ cursor: 'pointer', color: '#1976d2' }}
Expand Down

0 comments on commit a143421

Please sign in to comment.