Skip to content

Commit 7ee99a0

Browse files
zigzagdevclaude
andcommitted
fix: drop residual locale prop on HeritageOverViewSection call
The earlier consumer migration removed the locale prop from HeritageOverViewSection but left the call site still passing it, breaking the CI typecheck. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 66a0eff commit 7ee99a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/app/features/top/components/heritage-detail/HeritageDetailLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export function HeritageDetailLayout({ item }: { item: WorldHeritageDetailVm })
152152
<div className="grid gap-6 lg:gap-8 lg:grid-cols-[minmax(0,1fr)_360px] lg:items-start">
153153
{/* Left: Overview → Gallery */}
154154
<div className="space-y-8" id="content">
155-
<HeritageOverViewSection item={item} locale={locale} />
155+
<HeritageOverViewSection item={item} />
156156
<HeritageGallery images={item.images} />
157157
</div>
158158

0 commit comments

Comments
 (0)