print added

This commit is contained in:
Samandar Turg'unboev
2025-06-25 17:22:16 +05:00
parent 50da2a139a
commit 73efc90e11

View File

@@ -105,6 +105,7 @@ const BoxesPrint = forwardRef<HTMLDivElement, BoxesPrintProps>(({ boxData, key }
width: 'auto',
padding: '4px',
}}
key={index}
>
<Typography sx={{ fontSize: '12px' }}>{list.trekId}</Typography>
</Box>