Skip to content
Snippets Groups Projects
Commit 169d3b87 authored by D4rkHeart's avatar D4rkHeart
Browse files

[Fix] As per MR, dead code

parent fc76ef9f
No related branches found
No related tags found
1 merge request!20Sorting by birth date not working
......@@ -214,9 +214,6 @@ export default {
return date.getDate() + '/' + (date.getMonth() + 1) + '/' + date.getFullYear() + ' à ' + ('0' + date.getHours()).slice(-2) + ':' + ('0' + date.getMinutes()).slice(-2)
},
customSort: function (items, index,isDesc) {
if (items.length === 0 || index.length === 0) {
return items;
}
const column = index;
const descending = isDesc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment