From 023cc3264cda5c2046818b872ded0a561fc0fecd Mon Sep 17 00:00:00 2001 From: SysVis AI Date: Sun, 28 Dec 2025 20:28:42 +0700 Subject: [PATCH] fix: build error in EditorToolbar --- src/components/editor/EditorToolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';