Skip to content

Commit 080f4aa

Browse files
committed
Remove leftover metadata prop
1 parent f55adbe commit 080f4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/split-panel/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default function SplitPanel({
2323
hasHeaderActions: Boolean(restProps.headerActions),
2424
hasHeaderDescription: Boolean(restProps.headerDescription),
2525
hasHeaderInfo: Boolean(restProps.headerInfo),
26-
hasBeforeHeaderhasHeaderBefore: Boolean(restProps.headerBefore),
2726
},
2827
});
2928
const i18n = useInternalI18n('split-panel');

0 commit comments

Comments
 (0)