dahsboard connected to backend
This commit is contained in:
@@ -45,7 +45,7 @@ const ProfileSection = dynamic(
|
||||
function SectionContent({ section }: { section: CabinetSection }) {
|
||||
switch (section) {
|
||||
case 'dashboard':
|
||||
return <Dashboard stats={MOCK_STATS} userName={MOCK_USER.name} />;
|
||||
return <Dashboard userName={MOCK_USER.name} />;
|
||||
case 'plagiat':
|
||||
return <PlagiatTable />;
|
||||
case 'si':
|
||||
|
||||
Reference in New Issue
Block a user