refactor: delete props child analyze

This commit is contained in:
Mahen 2026-04-13 12:27:15 +07:00
parent 8be8b4c9a0
commit 07611f975e
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ export default function DashboardClient() {
<section id="analysis-form" className="scroll-mt-60">
<div className="mb-8 ">
<AnalysisClient isDark={darkMode} />
<AnalysisClient />
</div>
</section>