Skip to content

Commit 99d5e94

Browse files
committed
chore: minor import cleanup
1 parent dac89b1 commit 99d5e94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/problem/[id]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ export default function ProblemPage({ params }: { params: Promise<{ id: string }
766766
<ReasoningPanel
767767
problemId={problemId}
768768
totalSteps={quest.sub_quests?.length || 0}
769+
problemName={problem?.title}
769770
/>
770771
</div>
771772
</div>

0 commit comments

Comments
 (0)