updates on the validations on th action button in the substitution page

This commit is contained in:
2026-06-22 15:37:02 +05:30
parent f95d8ec70e
commit 25aaa46e5d

View File

@@ -1056,6 +1056,7 @@ const Riders = () => {
</Box>
</TableCell>
<TableCell align="right">
{(row.status || '').toLowerCase() !== 'cancelled' && (
<Stack direction="row" spacing={0.75} justifyContent="flex-end">
<Tooltip title="Update substitution" placement="top">
<IconButton
@@ -1091,6 +1092,7 @@ const Riders = () => {
</IconButton>
</Tooltip>
</Stack>
)}
</TableCell>
</TableRow>
))}