Minor fixed + refactored job details screens based on review.
This commit is contained in:
@@ -15,7 +15,6 @@ export default function JobDetailCardsPartsComponent({ loading, data }) {
|
||||
joblines_status,
|
||||
]);
|
||||
|
||||
console.log("memoizedData :>> ", memoizedData);
|
||||
const [state, setState] = useState({ activeIndex: 0 });
|
||||
|
||||
const onPieEnter = (data, index) => {
|
||||
@@ -47,8 +46,6 @@ export default function JobDetailCardsPartsComponent({ loading, data }) {
|
||||
}
|
||||
|
||||
const Calculatedata = (data) => {
|
||||
console.log("calculating data", data);
|
||||
|
||||
if (data.length > 0) {
|
||||
const statusMapping = {};
|
||||
data.map((i) => {
|
||||
|
||||
Reference in New Issue
Block a user