diff --git a/src/Panel.tsx b/src/Panel.tsx index 54cad31..1afc37d 100644 --- a/src/Panel.tsx +++ b/src/Panel.tsx @@ -4,7 +4,7 @@ import { CodePanelProps } from './types'; export default function CodePanel({ sourceFiles }: CodePanelProps) { return ( - + {/* Create a tab for each prepared file */} {sourceFiles.map((file, i) => ( // id is used as the key and title as the tab title by TabsState