chore(format): apply prettier auto-formatting
Pre-commit hook reformatted these files after the substantive commits. No semantic changes — markdown table alignment, list indentation, and emphasis style normalisation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -163,10 +163,9 @@ export function BerthDocumentsTab({ berthId }: { berthId: string }) {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Berth-spec PDF: the dimensional drawing or surveyor sheet for this slip.
|
||||
Versioned so a misparse can be rolled back. For documents tied to a
|
||||
prospect on this berth (EOI, contract, etc.), open the matching deal
|
||||
in the Interests tab.
|
||||
Berth-spec PDF: the dimensional drawing or surveyor sheet for this slip. Versioned so a
|
||||
misparse can be rolled back. For documents tied to a prospect on this berth (EOI, contract,
|
||||
etc.), open the matching deal in the Interests tab.
|
||||
</p>
|
||||
<Card>
|
||||
<CardHeader className="flex flex-row items-center justify-between pb-3">
|
||||
|
||||
@@ -245,7 +245,11 @@ function OverviewTab({ berth }: { berth: BerthData }) {
|
||||
/>
|
||||
<SpecRow
|
||||
label="Nominal Boat Size (m)"
|
||||
value={formatNominalBoatSize(berth.nominalBoatSize, berth.nominalBoatSizeM)?.split(' / ')[1] ?? null}
|
||||
value={
|
||||
formatNominalBoatSize(berth.nominalBoatSize, berth.nominalBoatSizeM)?.split(
|
||||
' / ',
|
||||
)[1] ?? null
|
||||
}
|
||||
/>
|
||||
<EditableSpec
|
||||
label="Water Depth (ft)"
|
||||
|
||||
Reference in New Issue
Block a user