mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-21 19:13:03 +00:00
Remove unused bio variable
This commit is contained in:
parent
d59b170d50
commit
68a5e91314
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue