[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-12 02:22:28 +03:00
parent c16f389324
commit 11a3c59961

@ -211,7 +211,7 @@ class Linkedin {
this.ui = { this.ui = {
root: () => { root: () => {
return document.getElementsByClassName('online-fxreader-linkedin'); return document.getElementsByClassName('online-fxreader-linkedin')[0];
}, },
}; };