Skip to content

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Oct 14, 2024
1 parent 03d427b commit 23c4d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ export function CodeGroup({
<CodeGroupHeader
title={title ?? ''}
selectedIndex={tabGroupProps.selectedIndex}
isFileName={isFileName}
isTerminalCommand={isTerminalCommand}
>
{children}
Expand Down

0 comments on commit 23c4d75

Please sign in to comment.