diff --git a/src/components/Dashboards/FamilyParentDashboard.jsx b/src/components/Dashboards/FamilyParentDashboard.jsx index a3baafe..7fba64a 100644 --- a/src/components/Dashboards/FamilyParentDashboard.jsx +++ b/src/components/Dashboards/FamilyParentDashboard.jsx @@ -1,5 +1,4 @@ import React from "react"; -import CountDown from "../Helpers/CountDown"; // import HomeSliders from "./HomeSliders"; import { useSelector } from "react-redux"; @@ -41,39 +40,6 @@ export default function FamilyParentDashboard({
- - {/* countdown */} - {nextDueTask?.next_due && - Object.keys(nextDueTask.next_due)?.length != 0 && ( -- Current Task -
-- {nextDueTask.next_due.item_code.substr(0, 4) + "..."} -
-- {nextDueTask.next_due.price * 0.01} Naira -
-- Next due in -
-
- {/*
- Current Task -
-- {nextDueTask.next_due.item_code.substr(0, 4) + "..."} -
-- {nextDueTask.next_due.price * 0.01} Naira -
-- Next due in -
-
- {/*
- Current Task -
-- {nextDueTask.next_due.item_code.substr(0, 4) + "..."} -
-- {nextDueTask.next_due.price * 0.01} Naira -
-- Next due in -
-
- {/*
Current Task
-- {(nextDueTask.next_due.item_code).substr(0,4)+'...'} -
-- {nextDueTask.next_due.price * 0.01} Naira -
-Next due in
-
- {/*
+ Current Task +
++ {nextDueTask.next_due.item_code.substr(0, 4) + "..."} +
++ {nextDueTask.next_due.price * 0.01} Naira +
++ Next due in +
+
+ {/*
- Current Task -
-- {nextDueTask.next_due.item_code.substr(0, 4) + "..."} -
-- {nextDueTask.next_due.price * 0.01} Naira -
-- Next due in -
-
- {/*