forked from creations/profilePage
fix rain,snow,stars, activity title
This commit is contained in:
parent
60a52df5fa
commit
784330b5a6
6 changed files with 76 additions and 46 deletions
|
@ -501,7 +501,7 @@ async function updatePresence(data) {
|
|||
});
|
||||
|
||||
const activityList = document.querySelector(".activities");
|
||||
const activitiesTitle = document.querySelector(".activity-header");
|
||||
const activitiesTitle = document.querySelector(".activity-block-header");
|
||||
|
||||
if (activityList && activitiesTitle) {
|
||||
if (filtered?.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue