fix: restore missing parenthesis in AdminDashboard.tsx
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 49s
Details
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 49s
Details
This commit is contained in:
parent
90de5ebd1b
commit
5e1218148b
|
|
@ -505,6 +505,8 @@ export default function AdminDashboard({ token }: AdminDashboardProps) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{/* TAB PRICING */}
|
{/* TAB PRICING */}
|
||||||
{activeTab === 'pricing' && (
|
{activeTab === 'pricing' && (
|
||||||
<AdminPricingManager courses={courses} fetchCourses={fetchCourses} />
|
<AdminPricingManager courses={courses} fetchCourses={fetchCourses} />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue