accessibility amends for lpa reps
This commit is contained in:
@@ -50,7 +50,6 @@ const TopThree = (props) => {
|
||||
});
|
||||
|
||||
showTopThreeArr.sort(function compare(a, b) {
|
||||
console.log(a.createdDate, b.createdDate);
|
||||
var dateA = new Date(a.createdDate);
|
||||
var dateB = new Date(b.createdDate);
|
||||
return dateB - dateA;
|
||||
|
||||
Reference in New Issue
Block a user