chore: remove un-used function parameter
This commit is contained in:
parent
2cc4894d43
commit
5c3ef39e37
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ const PlaceAllowlist = [
|
|||
}
|
||||
}
|
||||
|
||||
async function UserStatsTab(hasTeam) {
|
||||
async function UserStatsTab() {
|
||||
const EventSection = document.createElement('div')
|
||||
EventSection.innerHTML = `
|
||||
<div class="d-grid mt-2 mb-4"></div>
|
||||
|
|
|
|||
Reference in a new issue