+ {row.isSpecificInterest ? SPECIFIC_CONSEQUENCE_ON : SPECIFIC_CONSEQUENCE_OFF} +
++ {row.isInEoiBundle + ? 'Covered by the interest’s EOI signature.' + : 'Not covered by the EOI bundle.'} +
+Bypass EOI for this berth
+ {row.eoiBypassReason ? ( ++ Bypassed:{' '} + {row.eoiBypassReason} +
+ ) : ( ++ Record a reason if this berth doesn't need its own EOI. +
+ )} ++ No berths linked yet. Use the recommender below to add one. +
+ ) : ( ++ {(updateMutation.error as Error)?.message ?? 'Failed to update berth.'} +
+ ) : null} + {removeMutation.isError ? ( ++ {(removeMutation.error as Error)?.message ?? 'Failed to remove berth.'} +
+ ) : null} +