fix issue

This commit is contained in:
Marshal
2026-08-17 07:55:52 +00:00
parent 52fb705a3e
commit c3c3d08a41
7 changed files with 238 additions and 60 deletions

View File

@@ -235,7 +235,7 @@ export function WagonCancellationCard({
<SectionCard>
<Group justify="space-between" align="center" mb="sm">
<CardTitle>Wagon Cancellation</CardTitle>
{canRequest && !openRow && !creditRow && (
{/* {canRequest && !openRow && !creditRow && (
<Button
variant="default"
radius="md"
@@ -244,7 +244,7 @@ export function WagonCancellationCard({
>
Cancel wagons
</Button>
)}
)} */}
</Group>
{openRow ? (