Skip to content

Commit a4e3519

Browse files
author
Sophie Mukamugema
committed
Removing commented-out sections that are not being used
1 parent 4c34ae8 commit a4e3519

File tree

2 files changed

+11
-50
lines changed

2 files changed

+11
-50
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/AdminDashboard.tsx

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -123,46 +123,7 @@ function SupAdDashboard() {
123123
</div>
124124
</div>
125125
{/* =========================== End:: InviteTraineeModel =============================== */}
126-
127-
<div className="flex flex-col grow bg-light-bg dark:bg-dark-frame-bg">
128-
<div className="flex flex-row justify-center pb-8">
129-
<div className="w-[100%] h-[100%]">
130-
{/* <div className="grid grid-cols-2 mb-12 md:mb-24 lg:mb-0 lg:grid-cols-4">
131-
<Card text={t('Coordinators')} number={47} />
132-
<Card text={t('Trainees')} number={560} />
133-
<Card text={t('Cohorts')} number={8} />
134-
<Card text={t('Performance')} number={4} />
135-
</div>
136-
<Chart title={t('Overall performance')} /> */}
137-
<div>
138-
{/* <div className="bg-light-bg dark:bg-dark-frame-bg ">
139-
<div className="flex px-10 pt-24 pb-8 items-left lg:px-60"> */}
140-
{/* <div className="flex gap-2 pt-5">
141-
{user?.role === 'coordinator' || undefined ? (
142-
''
143-
) : (
144-
<Button
145-
variant="primary"
146-
size="lg"
147-
data-testid="inviteModel"
148-
style="m-0"
149-
onClick={inviteModel}
150-
>
151-
{t('Invite an organization')}
152-
</Button>
153-
)}
154-
</div> */}
155-
</div>
156-
157-
{/* </div>
158-
</div> */}
159-
160-
<Comingsoon title="Dashboard" />
161-
</div>
162-
</div>
163-
</div>
164126
</>
165127
);
166128
}
167-
168-
export default SupAdDashboard;
129+
export default SupAdDashboard;

0 commit comments

Comments
 (0)