Skip to content

Commit 7059040

Browse files
committed
fixing the code and conflict
1 parent f034936 commit 7059040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/interview-prep/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ function InterviewPrepContent({
11851185
{activeTab === "practice" && (
11861186
<PracticeTab
11871187
mockInterviewQuestions={mockInterviewQuestions}
1188-
onTabChange={setActiveTab} // ✅ pass the function here
1188+
onTabChange={setActiveTab}
11891189
/>
11901190
)}
11911191
</div>

0 commit comments

Comments
 (0)