story-kit: merge 243_bug_replace_pnpm_with_npm
This commit is contained in:
@@ -482,9 +482,10 @@ export function WorkItemDetailPanel({
|
||||
|
||||
{/* Placeholder sections for future content */}
|
||||
{(
|
||||
[
|
||||
{ id: "coverage", label: "Coverage" },
|
||||
] as { id: string; label: string }[]
|
||||
[{ id: "coverage", label: "Coverage" }] as {
|
||||
id: string;
|
||||
label: string;
|
||||
}[]
|
||||
).map(({ id, label }) => (
|
||||
<div
|
||||
key={id}
|
||||
|
||||
Reference in New Issue
Block a user