We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc850b commit a800ba3Copy full SHA for a800ba3
scripts/ufs_statistic.js
@@ -524,6 +524,7 @@ async function onDocumentEnd() {
524
const promises = uniqueUid.map(
525
(uid) => () =>
526
getFbProfile(uid).then((info) => {
527
+ if (!info.name || !info.avatar) return;
528
document
529
.querySelectorAll(`[data-profile-name="${uid}"]`)
530
.forEach((el) => {
0 commit comments