diff --git a/src/pages/ReadmeMaker/EditorPanel.jsx b/src/pages/ReadmeMaker/EditorPanel.jsx index 4fe52ff..8c8ab9c 100644 --- a/src/pages/ReadmeMaker/EditorPanel.jsx +++ b/src/pages/ReadmeMaker/EditorPanel.jsx @@ -14,10 +14,10 @@ function WordCount({ text }) { ); } -function EditorSection({ num, title, badge, hidden, children }) { +function EditorSection({ id, num, title, badge, hidden, children }) { if (hidden) return null; return ( -
+
{num}
{title}
@@ -61,7 +61,7 @@ export default function EditorPanel({
-