diff --git a/src/components/editor/EditorToolbar.tsx b/src/components/editor/EditorToolbar.tsx index e96e0f1..00e0555 100644 --- a/src/components/editor/EditorToolbar.tsx +++ b/src/components/editor/EditorToolbar.tsx @@ -4,7 +4,7 @@ interface EditorToolbarProps { handleGenerate: () => void; isLoading: boolean; hasCode: boolean; - hasCode: boolean; + } import { usePluginStore } from '../../store/pluginStore';