Remove unused bio variable

This commit is contained in:
nachtjasmin 2023-09-12 13:55:44 +02:00
parent d59b170d50
commit 68a5e91314
No known key found for this signature in database

View file

@ -107,7 +107,7 @@ async function addHoverCard(el, statusID) {
const settings = hoverCardSettings();
//generate the profile and add it to the card
const [profileElement, bio] = generateProfile(account, relationship, settings);
const [profileElement] = generateProfile(account, relationship, settings);
hovercard.appendChild(profileElement);
//delete placeholder