changed footer
This commit is contained in:
parent
117d82769a
commit
c1ae9ee55e
@ -24,12 +24,14 @@ const ReportDPR = ({ project, date }) => {
|
||||
title={"TODAY'S ATTENDANCE"}
|
||||
total={data?.totalEmployees}
|
||||
value={data?.todaysAttendances}
|
||||
|
||||
/>
|
||||
<ReportsDonutCard
|
||||
title={"DAILY TASKS COMPLETED"}
|
||||
total={data?.totalCompletedTask}
|
||||
value={data?.totalPlannedWork}
|
||||
chartColor={"blue"}
|
||||
footer=""
|
||||
/>
|
||||
|
||||
<ReportsDonutCard
|
||||
@ -37,6 +39,7 @@ const ReportDPR = ({ project, date }) => {
|
||||
total={data?.totalPlannedWork}
|
||||
value={data?.totalCompletedWork}
|
||||
chartColor={"green"}
|
||||
footer=""
|
||||
/>
|
||||
|
||||
<div class="card px-3 border-top border-warning">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user