Skip to content

Commit

Permalink
Remove unused bio variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin committed Sep 12, 2023
1 parent d59b170 commit 68a5e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/hovercard/hovercard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68a5e91

Please sign in to comment.