diff --git a/src/components/molecules/CommandExamPanel.tsx b/src/components/molecules/CommandExamPanel.tsx index 4fb6393f..621bce1e 100644 --- a/src/components/molecules/CommandExamPanel.tsx +++ b/src/components/molecules/CommandExamPanel.tsx @@ -17,7 +17,7 @@ export const CommandExamPanel: React.FC = ({ commandExams }) => { }, [commandExams]); return ( -
+
{commandExams.map((c) => (
{c.command ?
{c.command}:
: undefined}