updates on the validations on th action button in the substitution page
This commit is contained in:
@@ -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>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user