Skip to content

Commit

Permalink
fix prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
MayurLund committed Jul 20, 2023
1 parent b7a67ff commit 0a1ecb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,9 @@ if (params.get('dev') === 'true') {
createGoalButton.classList.remove('element-display-remove');
}



syncDiscordUserDataButton.addEventListener('click', syncDiscordUserData);
syncUnverifiedUserDataButton.addEventListener('click', syncUnverifiedUserData);


async function syncDiscordUserData(event) {
const button = event.target;
const wrapper = button.parentElement;
Expand Down Expand Up @@ -122,4 +119,4 @@ async function syncUnverifiedUserData(event) {
}
}

showUserManagementButton();
showUserManagementButton();
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ footer {
.action-button.disabled {
opacity: 0.5;
pointer-events: none;
}
}

0 comments on commit 0a1ecb7

Please sign in to comment.