mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 22:18:12 +00:00
Merge pull request #1409 from Tria-plc/freight_feature/usermanagement
fix issue -> consolidation
This commit is contained in:
@@ -2410,9 +2410,9 @@ export default function GlCreateBookingForm() {
|
||||
<Stack gap={6}>
|
||||
{overweightLines.map((line, i) => (
|
||||
<Text key={i} fz="sm" c="#9A5B00">
|
||||
{line.containerTypeCode}: {line.totalVgmTons}t exceeds
|
||||
limit {line.maxAllowedTons}t (+{line.excessTons}t
|
||||
overweight)
|
||||
{line.containerLabel || line.containerTypeCode}:{" "}
|
||||
{line.totalVgmTons}t exceeds limit {line.maxAllowedTons}t
|
||||
(+{line.excessTons}t overweight)
|
||||
</Text>
|
||||
))}
|
||||
<Text fz="xs" c="#9A5B00" mt={2}>
|
||||
|
||||
Reference in New Issue
Block a user