Skip to content

Commit

Permalink
fix codace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hibanka committed Feb 21, 2021
1 parent 810a7ee commit 3dbd9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websites/R/R6Stats/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ presence.on("UpdateData", async () => {
if (window.location.pathname.includes('/leaderboards')) {
presenceData.details = "Viewing Leaderboard:";

const selects = document.querySelectorAll("select");
const labels = [];
const selects = document.querySelectorAll("select"),
labels = [];

if (selects[0].selectedIndex == 0) {
labels.push("General");
Expand Down

0 comments on commit 3dbd9b2

Please sign in to comment.