refactor(cards): messing with the time in the cards

This commit is contained in:
2025-04-17 18:41:40 -05:00
parent 9cb8ca6813
commit 5cdca0a41f
9 changed files with 388 additions and 8 deletions

View File

@@ -25,6 +25,9 @@ export default function INVCheckCard(props: any) {
laneData = laneData.filter(
(l: any) => l.rowType === props.type.toUpperCase()
);
// age
laneData = laneData.filter((l: any) => l.DaysSinceLast >= props.age);
}
// const handleCloseCard = () => {