refactor(cards): messing with the time in the cards
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user