[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-11 23:25:02 +03:00
parent 29053ceb5d
commit 495e901a23

@ -138,7 +138,7 @@ class Linkedin {
display() { display() {
let self = this; let self = this;
let sorted_entires = Array.from(self.data.entries()).sort((a, b) => a[1].ts - b[1].ts); let sorted_entries = Array.from(self.data.entries()).sort((a, b) => a[1].ts - b[1].ts);
self.ui.root.empty(); self.ui.root.empty();
for (let o of sorted_entries.map( for (let o of sorted_entries.map(